Re: Enabling SSL in Struts 2

2007-05-06 Thread Petit Pas De Lune
If you want a good security framework, just use Acegi Security for Spring : http://www.acegisecurity.org/ Just configure a channelProcessingFilter as follow : web.xml (put Acegi filter before struts2 one) ... Acegi Filter Chain Proxy org.acegisecurity.util.FilterToBeanProxy

Enabling SSL in Struts 2

2007-05-04 Thread Craig Swift
Hello, I was wondering what is the best way to enable SSL connections in Struts 2? In Struts 1 we would use the secure tiles plugin but I'm unsure if that's still an option and if it's the best one. Any information would be appreciated since I couldn't find the subject in the guides or the FA