http://www.carbonfive.com/community/archives/2007/06/using_urlrewrit.html
I tried to implement your suggested way of integrating UrlRewrite with
Spring. But somehow it not working for me. I mean UrlRewrite API is
not getting invoked also.Url are getting directly called bypassing
Urlrewrite.
When i go through implementation of declaring filter in web.xml
approach and remove this approach then it is working. But i think
your approach of integration is much cleaner in spring respective.
i did all the same steps as u mentioned.
Step 1 :
Created FilterFactoryBean.java
Step 2 :
added urlrewrite.jar in lib.
Step 3 :
Added the configuration in applicationContext-security.xml[acegi
file] ,Even i tried adding in applicationContext.xml as well as
[projectname]-servlet.xml file.
Please help me out that where i am goofing up.