constant UriNormalizer::REMOVE_DOT_SEGMENTS in Auth0 Single Sign On 8.2
Removes unnecessary dot-segments.
Dot-segments in relative-path references are not removed as it would change the semantics of the URI reference.
Example: http://example.org/../a/b/../c/./d.html → http://example.org/a/c/d.html
File
- vendor/
guzzlehttp/ psr7/ src/ UriNormalizer.php, line 76
Class
- UriNormalizer
- Provides methods to normalize and compare URIs.
Namespace
GuzzleHttp\Psr7Code
const REMOVE_DOT_SEGMENTS = 32;