I have my application configured to intercept any URL's ending in "html" to the appropriate controller and JSP view.
However, I have a few static HTML pages, such as my sitemap, that need to bypass this mechanism. How do you configure the application with these exceptions?
I'm using Spring MVC and Tiles.


Reply With Quote
