Skip to content

Commit 8a777e5

Browse files
committed
Merge branch 'release/2.2' into release/3.0
2 parents d9148a6 + 2217be2 commit 8a777e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/RequestTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public async Task Request_WithDoubleSlashes_LeftAlone()
5050
}
5151

5252
[ConditionalTheory]
53+
[RequiresNewHandler]
5354
[InlineData("/RequestPath/a/b/../c", "/a/c")]
5455
[InlineData("/RequestPath/a/b/./c", "/a/b/c")]
5556
public async Task Request_WithNavigation_Removed(string input, string expectedPath)
@@ -60,6 +61,7 @@ public async Task Request_WithNavigation_Removed(string input, string expectedPa
6061
}
6162

6263
[ConditionalTheory]
64+
[RequiresNewHandler]
6365
[InlineData("/RequestPath/a/b/%2E%2E/c", "/a/c")]
6466
[InlineData("/RequestPath/a/b/%2E/c", "/a/b/c")]
6567
public async Task Request_WithEscapedNavigation_Removed(string input, string expectedPath)

0 commit comments

Comments
 (0)