mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-08 13:08:12 +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.