2 references to RemoveDotSegments
Microsoft.AspNetCore.Shared.Tests (2)
PathNormalizerTests.cs (1)
83
var length = PathNormalizer.
RemoveDotSegments
(new Span<byte>(data));
src\Shared\HttpSys\RequestProcessing\RequestUriBuilder.cs (1)
40
var length = PathNormalizer.
RemoveDotSegments
(unescapedPath);