Merge branch '6.1.x'
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user