mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 03:49:09 +00:00
Fix incorrect documentation
This commit is contained in:
parent
3cff9ff04a
commit
14b328e3ed
@ -562,8 +562,8 @@ http
|
|||||||
----
|
----
|
||||||
http {
|
http {
|
||||||
authorizeHttpRequests {
|
authorizeHttpRequests {
|
||||||
authorize(DispatcherType.FORWARD, permitAll)
|
authorize(DispatcherTypeRequestMatcher(DispatcherType.FORWARD), permitAll)
|
||||||
authorize(DispatcherType.ERROR, permitAll)
|
authorize(DispatcherTypeRequestMatcher(DispatcherType.ERROR), permitAll)
|
||||||
authorize("/endpoint", permitAll)
|
authorize("/endpoint", permitAll)
|
||||||
authorize(anyRequest, denyAll)
|
authorize(anyRequest, denyAll)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user