spring-security/core
Evgeniy Cheban 9193e46800 @EnableMethodSecurity doesn't resolve Method Security annotations on interfaces through a Proxy
Removed proxy unwrapping in case of resolving Method Security annotations,
this cause an issue when interfaces which are implemented by the proxy was skipped,
resulting in a missing security checks on those methods.

Closes gh-11175
2022-05-03 13:15:53 -05:00
..
src @EnableMethodSecurity doesn't resolve Method Security annotations on interfaces through a Proxy 2022-05-03 13:15:53 -05:00
spring-security-core.gradle Remove jcl-over-slf4j 2022-01-19 14:40:56 -06:00