Skip to content

Commit 1d037be

Browse files
Docs updated
1 parent f624b41 commit 1d037be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
189189
```
190190

191191
> **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)
194194
are autoconfigured as `authenticationEntryPoint` and `accessDeniedHandler` beans respectively.
195195

196196
But to make it work following needs to be done in application Spring Security configuration.

0 commit comments

Comments
 (0)