filter « MVC Controller « Spring Q&A





1. passing values from controller to filter    stackoverflow.com

I like to pass values from a spring controller to a filter without using session. suggestions please.. From the first controller I set the values to the request and showing a page. ...

2. How to call controller from Custon Filter    forum.springsource.org

I came across a interesting situation : I have a Custom Filter before PRE_AUTH_FILTER I need to perform some operations on ...

3. Filter for specific controller    forum.springsource.org

Filter for specific controller Hi there, me again :-) We have integrated an anti-XSS-Filter that filters als special characters (like <,>, etc.) out of the requests and replaces them with their ...

4. design question: how should you mix Filters and Controllers?    forum.springsource.org

We have a web app with an established filter map of different authentication filters. On successful authentication, a filter loads the client object into the session. So how would you use ...