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