We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f792026 commit b134038Copy full SHA for b134038
source/src/main/java/org/cerberus/core/config/security/WebSecurityRules.java
@@ -36,8 +36,7 @@ public static void applyRules(HttpSecurity http) throws Exception {
36
m.matcher("/Login.jsp"),
37
m.matcher("/Logout.jsp"),
38
m.matcher("/Error.jsp"),
39
- m.matcher("/index1.jsp"), m.matcher("/index2.jsp"),
40
- m.matcher("/index3.jsp"), m.matcher("/index4.jsp"),
+ m.matcher("/dummy/**"),
41
m.matcher("/ChangePassword.jsp"),
42
m.matcher("/RunTestCase"), m.matcher("/RunTestCaseV001"),
43
m.matcher("/GetNumberOfExecutions"),
0 commit comments