RE: Session now with Filter

2005-04-14 Thread Paul McCulloch
Hi Scott, Firstly - changing the subject breaks the threading in many mailreaders! Securing your application is completely independant of Struts. Neither needs to know anything about the other - that is why it is such a nice & easy solution. Yes - I'm implying exactly what you say I am. Here's

Re: Session now with Filter

2005-04-14 Thread Dave Newton
Scott Purcell wrote: Thank you very much for your comments on this topic Paul. Now, I understand the basics of using a filter, extending the base class and configuration in the web.xml file. But how can I use a filter in unison with Struts. I am not seeing how I would use the filter. Are you impl