**[Ryan Kaltreider](https://jira.spring.io/secure/ViewProfile.jspa?name=rkaltreider)** opened **[SPR-13647](https://jira.spring.io/browse/SPR-13647?redirect=false)** and commented given the following urls /users/user_name@website.com - Adds Content-Disposition f.txt /users/user_name@website.com/ - functions as expected. Controller Request Mapping is ``` /users/{userId} ``` These urls both function as expected in 4.2.1 Please let me know if you need any other info. In my mvc config i have suffix matching set to false. ``` --- **Affects:** 4.2.2 **Issue Links:** - #18164 Content-Disposition header causes download in browser for Spring Boot Actuator endpoints (_**"duplicates"**_) - #18124 Protect against RFD exploits