File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
189
189
```
190
190
191
191
> ** For Spring Webflux applications**
192
- [ ** ` ServerAuthenticationEntryPoint ` ** ] ( src/main/java/com/ksoot/problem/spring/advice/security/ProblemServerAuthenticationEntryPoint.java )
193
- and [ ** ` ServerAccessDeniedHandler ` ** ] ( src/main/java/com/ksoot/problem/spring/advice/security/ProblemServerAccessDeniedHandler.java )
192
+ [ ** ` ProblemServerAuthenticationEntryPoint ` ** ] ( src/main/java/com/ksoot/problem/spring/advice/security/ProblemServerAuthenticationEntryPoint.java )
193
+ and [ ** ` ProblemServerAccessDeniedHandler ` ** ] ( src/main/java/com/ksoot/problem/spring/advice/security/ProblemServerAccessDeniedHandler.java )
194
194
are autoconfigured as ` authenticationEntryPoint ` and ` accessDeniedHandler ` beans respectively.
195
195
196
196
But to make it work following needs to be done in application Spring Security configuration.
You can’t perform that action at this time.
0 commit comments