|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 2.4.29 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 2.4.29-1 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
3757 | 3757 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
3758 | 3758 | </p> |
3759 | 3759 | <p class="text-right"> |
3760 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/04/22</b></small> |
| 3760 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/02</b></small> |
3761 | 3761 | </p> |
3762 | 3762 | </div> |
3763 | 3763 | <!-- /.sidebar --> |
|
3768 | 3768 | <div class="text-center"> |
3769 | 3769 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
3770 | 3770 | <h2>Configuration Manual</h2> |
3771 | | - <p><strong>version 2.4.29</strong></p> |
| 3771 | + <p><strong>version 2.4.29-1</strong></p> |
3772 | 3772 | <p> |
3773 | 3773 | 2025/04/22<br> |
3774 | 3774 |
|
@@ -19956,6 +19956,12 @@ <h3 id="chapter-7.3.1" data-target="7.3.1"><small><a class="small" href="#7.3.1" |
19956 | 19956 |
|
19957 | 19957 | <json_path> must be a valid JSON Path string as defined in |
19958 | 19958 | https://datatracker.ietf.org/doc/draft-ietf-jsonpath-base/ |
| 19959 | + |
| 19960 | +Note: depending on the context and the underlying implementation, extraction |
| 19961 | + of duplicate JSON keys is undefined and might return the first, last, |
| 19962 | + or any other occurrence of the same key from the input content, and if |
| 19963 | + key names are passed encoded, they might not always be matched. In |
| 19964 | + short, this converter is not suitable for content sanitization. |
19959 | 19965 | </pre><div class="separator"> |
19960 | 19966 | <span class="label label-success">Example:</span> |
19961 | 19967 | <pre class="prettyprint"> |
@@ -24855,7 +24861,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
24855 | 24861 | <br> |
24856 | 24862 | <hr> |
24857 | 24863 | <div class="text-right"> |
24858 | | - HAProxy 2.4.29 – Configuration Manual<br> |
| 24864 | + HAProxy 2.4.29-1 – Configuration Manual<br> |
24859 | 24865 | <small>, 2025/04/22</small> |
24860 | 24866 | </div> |
24861 | 24867 | </div> |
|
0 commit comments