spring-security/web
César Revert cf74ad3a52 Anonymous in ExceptionTranslationWebFilter
The ExceptionTranslationWebFilter does not support correctly when
anonymous authentication is enabled. With this enabled provoked always
the execution of the access denied handler, and with this fix it
behaves like the ExceptionTranslationFilter (servlet), executing the
access denied handler only if the principal is not empty and neither
anonymous.

Closes gh-9130
2021-05-26 09:17:41 -05:00
..
src Anonymous in ExceptionTranslationWebFilter 2021-05-26 09:17:41 -05:00
spring-security-web.gradle add management platform(project(":spring-security-dependencies")) 2021-04-05 10:36:36 -05:00