mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 03:03: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.