|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 2.8.15-106 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 2.8.15-107 - 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" /> |
|
4294 | 4294 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4295 | 4295 | </p> |
4296 | 4296 | <p class="text-right"> |
4297 | | - <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/01</b></small> |
| 4297 | + <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> |
4298 | 4298 | </p> |
4299 | 4299 | </div> |
4300 | 4300 | <!-- /.sidebar --> |
|
4305 | 4305 | <div class="text-center"> |
4306 | 4306 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4307 | 4307 | <h2>Configuration Manual</h2> |
4308 | | - <p><strong>version 2.8.15-106</strong></p> |
| 4308 | + <p><strong>version 2.8.15-107</strong></p> |
4309 | 4309 | <p> |
4310 | 4310 | 2025/04/22<br> |
4311 | 4311 |
|
@@ -22188,6 +22188,12 @@ <h3 id="chapter-7.3.1" data-target="7.3.1"><small><a class="small" href="#7.3.1" |
22188 | 22188 |
|
22189 | 22189 | <json_path> must be a valid JSON Path string as defined in |
22190 | 22190 | https://datatracker.ietf.org/doc/draft-ietf-jsonpath-base/ |
| 22191 | + |
| 22192 | +Note: depending on the context and the underlying implementation, extraction |
| 22193 | + of duplicate JSON keys is undefined and might return the first, last, |
| 22194 | + or any other occurrence of the same key from the input content, and if |
| 22195 | + key names are passed encoded, they might not always be matched. In |
| 22196 | + short, this converter is not suitable for content sanitization. |
22191 | 22197 | </pre><div class="separator"> |
22192 | 22198 | <span class="label label-success">Example:</span> |
22193 | 22199 | <pre class="prettyprint"> |
@@ -27953,7 +27959,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
27953 | 27959 | <br> |
27954 | 27960 | <hr> |
27955 | 27961 | <div class="text-right"> |
27956 | | - HAProxy 2.8.15-106 – Configuration Manual<br> |
| 27962 | + HAProxy 2.8.15-107 – Configuration Manual<br> |
27957 | 27963 | <small>, 2025/04/22</small> |
27958 | 27964 | </div> |
27959 | 27965 | </div> |
|
0 commit comments