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 7b1e5a3 commit ab6ffc2Copy full SHA for ab6ffc2
src/main/java/de/rwth/idsg/steve/config/SecurityConfiguration.java
@@ -99,6 +99,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
99
.requestMatchers(
100
"/static/**",
101
CONFIG.getCxfMapping() + "/**",
102
+ WebSocketConfiguration.PATH_INFIX + "**",
103
"/WEB-INF/views/**" // https://github.com/spring-projects/spring-security/issues/13285#issuecomment-1579097065
104
).permitAll()
105
.requestMatchers(prefix + "/**").hasRole("ADMIN")
0 commit comments