mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-05-03 03:45:28 +01:00
a3b88a8d4b
Several method security tests rely on method parameters being preserved, in order to demonstrate the difference between relying on runtime reflection and using the @P annotation. Closes gh-15680