Hi, I am working on an application that has 'roll-your-own' security using j2ee filters. When some http POSTs come in, the user has to be logged in before the data can be saved, so they are then...
Type: Posts; User: Bazzary; Keyword(s):
Hi, I am working on an application that has 'roll-your-own' security using j2ee filters. When some http POSTs come in, the user has to be logged in before the data can be saved, so they are then...
Hi,
I want to redirect a response from within a ServletFilter (after my call to filterChain.doFilter()) using a HttpServletResponseWrapper. However, after my controller returns a new ModelAndView...
Thanks, but due to other factors I think Acegi security may not be appropriate on this occasion.
Hi,
I have an application that uses a mixture flash/flex and html for it's front end and uses a spring based java j2ee application for it's data. Xml is streamed between the 2 layers. I need to...