mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-11 01:51:44 +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