This is continuation of question Spring MVC @PathVariable getting truncated
Spring forum states that it has fixed(3.2 version) as part of ContentNegotiationManager.
/somepath/{variable:.+} works in Java requestMapping tag.
/somepath/{variable:.+}
requestMapping