1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.1.x'

This commit is contained in:
Marcus Da Coregio
2023-08-30 14:16:30 -03:00
@@ -562,8 +562,8 @@ http
----
http {
authorizeHttpRequests {
authorize(DispatcherType.FORWARD, permitAll)
authorize(DispatcherType.ERROR, permitAll)
authorize(DispatcherTypeRequestMatcher(DispatcherType.FORWARD), permitAll)
authorize(DispatcherTypeRequestMatcher(DispatcherType.ERROR), permitAll)
authorize("/endpoint", permitAll)
authorize(anyRequest, denyAll)
}