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