mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-01-27 16:57:15 +00:00
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