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 f5b4084 commit eb2d7ecCopy full SHA for eb2d7ec
src/main/java/ru/mystamps/web/support/spring/security/SecurityConfig.java
@@ -154,9 +154,9 @@ protected void configure(HttpSecurity http) throws Exception {
154
// not yet authenticated
155
.authenticationEntryPoint(new Http403ForbiddenEntryPoint())
156
)
157
- .csrf()
+ .csrf(csrf -> csrf
158
.ignoringAntMatchers(pathsToIgnore)
159
- .and()
+ )
160
.rememberMe()
161
// FIXME: GH #27
162
.disable()
0 commit comments