mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-25 10:20:44 +00:00
Previously a default RequestPostProcessor overrode additional RequestPostProcessor instances added to the request. This was due to SPR-12945. Now that SPR-12945 is fixed, this commit adds a test to ensure this stays fixed.