mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix failing test (after previous commit)
This commit is contained in:
+3
@@ -36,6 +36,9 @@ public class DefaultRequestPathTests {
|
||||
// no context path
|
||||
testRequestPath("/a/b/c", "", "/a/b/c", false, true, false);
|
||||
|
||||
// context path only
|
||||
testRequestPath("/a/b", "/a/b", "", false, true, false);
|
||||
|
||||
// empty path
|
||||
testRequestPath("", "", "", true, false, false);
|
||||
testRequestPath("", "/", "", true, false, false);
|
||||
|
||||
Reference in New Issue
Block a user