Hi all,
I have one request Interceptor. All I need to filter request coming from "/secure/<any pattern>"
To achieve this I am using following mapping for the interceptor:
But it works only for URI like <context>/secure/<resourcename>Code:<mvc:mapping path="/secure/*"/>
Its not working for URI like <context>/secure/<anotherpath>/<resourcename>
Any help?


Reply With Quote