Merge branch '6.1.x'

This commit is contained in:
rstoyanchev
2024-10-14 16:00:48 +01:00
2 changed files with 0 additions and 3 deletions

View File

@@ -657,7 +657,6 @@ class ResourceHttpRequestHandlerTests {
testInvalidPath("/../.." + secretPath);
testInvalidPath("/%2E%2E/testsecret/secret.txt");
testInvalidPath("/%2E%2E/testsecret/secret.txt");
testInvalidPath("%2F%2F%2E%2E%2F%2F%2E%2E" + secretPath);
}
private void testInvalidPath(String requestPath) {