You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snicoll
changed the title
Improve MockHttpServletRequest to provide access to the raw URI template, if any
Provide access to the unexpanded URI template when using MockMvc
Sep 9, 2024
Spring REST Docs needs to capture the raw URI template to post-process it and this broke with
MockMvcTester
as the fluent API no longer uses the builder that captures the template. There was a similar problem for WebFlux that we fixed by providing an accessor to the URI template.For consistency, we should provide one for MVC as well.
The text was updated successfully, but these errors were encountered: