Can anyone recommend the best way to handle search engine friendly URL's with Spring MVC? I'd like to have URLs that look as follows:
http://www.somedomain.com/spring.pag.../param2/value2
One approach that looks like it would work would be adding a URL rewriting servlet filter such as http://tuckey.org/urlrewrite/ but I'm curious how other folks have solved this?
Thanks,
Todd


Reply With Quote