mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
DOC: Fix indentation for path-strip-dot
normalizer
The long explanation should be indented two additional spaces.
This commit is contained in:
parent
bfd19d68f0
commit
7a95f41fd6
@ -6052,11 +6052,11 @@ http-request normalize-uri query-sort-by-name [ { if | unless } <condition> ]
|
|||||||
|
|
||||||
- path-strip-dot: Removes "/./" segments within the "path" component.
|
- path-strip-dot: Removes "/./" segments within the "path" component.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
- /. -> /
|
- /. -> /
|
||||||
- /./bar/ -> /bar/
|
- /./bar/ -> /bar/
|
||||||
- /a/./a -> /a/a
|
- /a/./a -> /a/a
|
||||||
- /.well-known/ -> /.well-known/ (no change)
|
- /.well-known/ -> /.well-known/ (no change)
|
||||||
|
|
||||||
- path-strip-dotdot: Normalizes "/../" segments within the "path" component.
|
- path-strip-dotdot: Normalizes "/../" segments within the "path" component.
|
||||||
This merges segments that attempt to access the parent directory with
|
This merges segments that attempt to access the parent directory with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user