Spring MVC @PathVariable with dot (.) is getting truncated

This is continuation of question
Spring MVC @PathVariable getting truncated

Spring forum states that it has fixed(3.2 version) as part of ContentNegotiationManager. see the below link.
https://jira.springsource.org/browse/SPR-6164

https://jira.springsource.org/browse/SPR-7632

In my application requestParameter with .com is truncated.

Could anyone explain me how to use this new feature? how is it configurable at xml?

Note: spring forum- #1
Spring MVC @PathVariable with dot (.) is getting truncated

18 Answers
18

Leave a Comment