mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
3c2efeece4
This commit adds additional tests to RequestContextHolderTests that verify proper support for the MockHttpServletRequest managed by Spring MVC Test in the following scenarios: - request-scoped service invoked by controller - session-scoped service invoked by controller - custom filter that sets request attributes Issue: SPR-13211