Re: Secure - Non Secure problem (http-https)

2006-01-27 Thread Dave Newton
Nick Sophinos wrote: > Although there probably is, I am old-fashioned and implement that in > a Servlet Filter. Even old-fashioned programmers can use a configuration file of some sort ;) One nice thing about sslext is that it's integrated into the struts config file, so there's one less place t

Re: Secure - Non Secure problem (http-https)

2006-01-27 Thread Nick Sophinos
Hi, Although there probably is, I am old-fashioned and implement that in a Servlet Filter. Below is such a Filter. It will redirect person either to or from a https port depending on whether the URL matches a given pattern. ** * This class contains an web application SSL filter * * @author

Re: Secure - Non Secure problem (http-https)

2006-01-27 Thread Dave Newton
Dinesh Mehra wrote: > Is there any way in struts-config.xml (either by action mapping or in > forward tag) where I can rectify this situation?? > http://struts.apache.org/struts-doc-1.2.x/faqs/ssl.html - To unsubscribe, e-mai