The long explanation should be indented two additional spaces.
- path-strip-dot: Removes "/./" segments within the "path" component.
- Example:
- - /. -> /
- - /./bar/ -> /bar/
- - /a/./a -> /a/a
- - /.well-known/ -> /.well-known/ (no change)
+ Example:
+ - /. -> /
+ - /./bar/ -> /bar/
+ - /a/./a -> /a/a
+ - /.well-known/ -> /.well-known/ (no change)
- path-strip-dotdot: Normalizes "/../" segments within the "path" component.
This merges segments that attempt to access the parent directory with