RE: Https forwarding question

2004-04-14 Thread Erez Efrati
Thanks a lot, Erez -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 9:58 AM To: Struts Users Mailing List Subject: Re: Https forwarding question Actually with sslext, you would also want to use the sslext taglib link, so that the URL gets

Re: Https forwarding question

2004-04-14 Thread Adam Hardy
Actually with sslext, you would also want to use the sslext taglib link, so that the URL gets written out with HTTPS as well. On 04/14/2004 03:05 AM Bill Siggelkow wrote: I know of two ways -- If you are using the Struts SSL Extension (http://sslext.sourceforge.net) you can specify if an action

Re: Https forwarding question

2004-04-13 Thread Bill Siggelkow
I know of two ways -- If you are using the Struts SSL Extension (http://sslext.sourceforge.net) you can specify if an action requires HTTPS or not in the struts-config.xml; otherwise, you will need to use absolute URLs for the 'href' attribute and specify the protocol explicitly. Erez Efrati wr