I am developing a webapp using Spring MVC 3 and have the DispatcherServlet catching all requests to \'/\' like so (web.xml):
DispatcherServlet
This did the real job in my case
in web.xml:
... default /images/* /css/* /javascripts/* spring-mvc-dispatcher /
...