mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Merge branch '6.1.x'
This commit is contained in:
commit
8eed8cd13b
@ -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