7 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);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
DotSegmentRemovalBenchmark.cs (5)
35
return
PathNormalizer
.RemoveDotSegments(_noDotSegmentsBytes);
42
return
PathNormalizer
.RemoveDotSegments(_singleDotSegmentsBytes);
49
return
PathNormalizer
.RemoveDotSegments(_doubleDotSegmentsBytes);
56
return
PathNormalizer
.RemoveDotSegments(_oneSingleDotSegmentsBytes);
63
return
PathNormalizer
.RemoveDotSegments(_oneDoubleDotSegmentsBytes);