Skip to content

Commit b134038

Browse files
committed
Add public access for dummy pages
1 parent f792026 commit b134038

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/src/main/java/org/cerberus/core/config/security/WebSecurityRules.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ public static void applyRules(HttpSecurity http) throws Exception {
3636
m.matcher("/Login.jsp"),
3737
m.matcher("/Logout.jsp"),
3838
m.matcher("/Error.jsp"),
39-
m.matcher("/index1.jsp"), m.matcher("/index2.jsp"),
40-
m.matcher("/index3.jsp"), m.matcher("/index4.jsp"),
39+
m.matcher("/dummy/**"),
4140
m.matcher("/ChangePassword.jsp"),
4241
m.matcher("/RunTestCase"), m.matcher("/RunTestCaseV001"),
4342
m.matcher("/GetNumberOfExecutions"),

0 commit comments

Comments
 (0)