|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2.0 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2.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" /> |
|
4612 | 4612 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4613 | 4613 | </p> |
4614 | 4614 | <p class="text-right"> |
4615 | | - <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> |
| 4615 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/06/11</b></small> |
4616 | 4616 | </p> |
4617 | 4617 | </div> |
4618 | 4618 | <!-- /.sidebar --> |
|
4623 | 4623 | <div class="text-center"> |
4624 | 4624 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4625 | 4625 | <h2>Configuration Manual</h2> |
4626 | | - <p><strong>version 3.2.0</strong></p> |
| 4626 | + <p><strong>version 3.2.1</strong></p> |
4627 | 4627 | <p> |
4628 | | - 2025/05/28<br> |
| 4628 | + 2025/06/11<br> |
4629 | 4629 |
|
4630 | 4630 | </p> |
4631 | 4631 | </div> |
@@ -7109,7 +7109,7 @@ <h2 id="chapter-2.7" data-target="2.7"><small><a class="small" href="#2.7">2.7.< |
7109 | 7109 | of the name identifying the list. It means, for a given filename, Optional |
7110 | 7110 | files and regular files reference the same list of pattern. |
7111 | 7111 |
|
7112 | | - * Lists of pattern based on virtual files: The name is just an identified. It |
| 7112 | + * Lists of pattern based on virtual files: The name is just an identifier. It |
7113 | 7113 | is not a reference to any file. "virt@" prefix must be used. It is part of |
7114 | 7114 | the name. Thus it cannot be mixed with other kind of lists. |
7115 | 7115 |
|
@@ -14043,11 +14043,14 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.< |
14043 | 14043 |
|
14044 | 14044 | * In H1 only, NULL character in header value will be accepted; |
14045 | 14045 |
|
14046 | | - * The list of characters allowed to appear in a URI is well defined by |
14047 | | - RFC3986, and chars 0-31, 32 (space), 34 ('"'), 60 ('<'), 62 ('>'), 92 |
14048 | | - ('\'), 94 ('^'), 96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) |
14049 | | - and anything above are normally not allowed. But here, in H1 only, |
14050 | | - HAProxy will only block a number of them (0..32, 127); |
| 14046 | + * In H1 only, characters above 127 in the URI will be accepted. The list of |
| 14047 | + characters allowed to appear in a URI is well defined by RFC3986, and |
| 14048 | + chars 0-31, 32 (space), 34 ('"'), 60 ('<'), 62 ('>'), 92 ('\'), 94 ('^'), |
| 14049 | + 96 ('`'), 123 ('{'), 124 ('|'), 125 ('}'), 127 (delete) and anything |
| 14050 | + above are normally not allowed. In H1, all character between (0..32) and |
| 14051 | + 127 will always be blocked. All characters above 127 (excluded) will also |
| 14052 | + be blocked, except when this option is enabled. Other characters |
| 14053 | + (33..126) will not be checked at all. |
14051 | 14054 |
|
14052 | 14055 | * In H1 and H2, URLs containing fragment references ('#' after the path) |
14053 | 14056 | will be accepted; |
@@ -33047,8 +33050,8 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12 |
33047 | 33050 | <br> |
33048 | 33051 | <hr> |
33049 | 33052 | <div class="text-right"> |
33050 | | - HAProxy 3.2.0 – Configuration Manual<br> |
33051 | | - <small>, 2025/05/28</small> |
| 33053 | + HAProxy 3.2.1 – Configuration Manual<br> |
| 33054 | + <small>, 2025/06/11</small> |
33052 | 33055 | </div> |
33053 | 33056 | </div> |
33054 | 33057 | <!-- /.col-lg-12 --> |
|
0 commit comments