I am developing a webapp using Spring MVC 3 and have the DispatcherServlet catching all requests to \'/\' like so (web.xml):
DispatcherServlet
This problem is solved in spring 3.0.4.RELEASE where you can use configuration element in your spring dispatcher configuration file.
Check Spring Documentation