I am developing a webapp using Spring MVC 3 and have the DispatcherServlet catching all requests to \'/\' like so (web.xml):
DispatcherServlet
The Problem is with URLPattern
Change your URL pattern on your servlet mapping from "/" to "/*"