Ignore file extensions in Spring MVC

If you’re using Java configuration (i.e. not XML) and are using endpoints that have a “.” in the last token of the path you’ll probably have noticed the default Spring behaviour where anything after the “.” is truncated.

Luckily there’s a simple fix.

Continue reading Ignore file extensions in Spring MVC