mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '6.1.x'
This commit is contained in:
-1
@@ -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