mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e311d9848a
This commit exposes the unexpanded URI template used to build a MockHttpServletRequest. This allows MockMvc users to retrieve that information, in consistency with ExchangeResult in WebTestClient. Closes gh-33509