1. passing values from controller to filter stackoverflow.comI 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.orgI came across a interesting situation : I have a Custom Filter before PRE_AUTH_FILTER |
3. Filter for specific controller forum.springsource.orgFilter 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.orgWe 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 ... |