|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 2.6.22-27 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 2.6.22-28 - 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" /> |
|
4145 | 4145 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4146 | 4146 | </p> |
4147 | 4147 | <p class="text-right"> |
4148 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/28</b></small> |
| 4148 | + <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> |
4149 | 4149 | </p> |
4150 | 4150 | </div> |
4151 | 4151 | <!-- /.sidebar --> |
|
4156 | 4156 | <div class="text-center"> |
4157 | 4157 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4158 | 4158 | <h2>Configuration Manual</h2> |
4159 | | - <p><strong>version 2.6.22-27</strong></p> |
| 4159 | + <p><strong>version 2.6.22-28</strong></p> |
4160 | 4160 | <p> |
4161 | 4161 | 2025/04/22<br> |
4162 | 4162 |
|
@@ -21009,6 +21009,12 @@ <h3 id="chapter-7.3.1" data-target="7.3.1"><small><a class="small" href="#7.3.1" |
21009 | 21009 |
|
21010 | 21010 | <json_path> must be a valid JSON Path string as defined in |
21011 | 21011 | https://datatracker.ietf.org/doc/draft-ietf-jsonpath-base/ |
| 21012 | + |
| 21013 | +Note: depending on the context and the underlying implementation, extraction |
| 21014 | + of duplicate JSON keys is undefined and might return the first, last, |
| 21015 | + or any other occurrence of the same key from the input content, and if |
| 21016 | + key names are passed encoded, they might not always be matched. In |
| 21017 | + short, this converter is not suitable for content sanitization. |
21012 | 21018 | </pre><div class="separator"> |
21013 | 21019 | <span class="label label-success">Example:</span> |
21014 | 21020 | <pre class="prettyprint"> |
@@ -26530,7 +26536,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
26530 | 26536 | <br> |
26531 | 26537 | <hr> |
26532 | 26538 | <div class="text-right"> |
26533 | | - HAProxy 2.6.22-27 – Configuration Manual<br> |
| 26539 | + HAProxy 2.6.22-28 – Configuration Manual<br> |
26534 | 26540 | <small>, 2025/04/22</small> |
26535 | 26541 | </div> |
26536 | 26542 | </div> |
|
0 commit comments