2 references to RemoveDotSegments
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\PathDecoder.cs (2)
31
pathLength = PathNormalizer.
RemoveDotSegments
(path.Slice(0, pathLength));
36
pathLength = PathNormalizer.
RemoveDotSegments
(path);