Get Request fails for .com email addresses because Spring interpretes it as a extensions
问题 (See edit part below 20.08.2015) I had a similar problem recently (Get request only works with trailing slash (spring REST annotations)) and the solution was to add a regex to the value of @RequestMapping (see also Spring MVC @PathVariable getting truncated). But now we have realised that the problem still exists, but only for email addresses ending on .com or .org. This is very weird. Shortly, I use Spring Annotations building a REST Service. I have a GET request with three parameters, the