I think your forward will have to have redirect="true". Otherwise it
will still be the same http request and therefore the same protocol. 

Using redirect="true" causes a http redirect header to be sent causing
the browser to fire a new request. 

I'm not sure on any of the above. Please correct me if I'm wrong :)


-----Original Message-----
From: Joao Batistella [mailto:[EMAIL PROTECTED] 
Sent: 17 March 2004 14:58
To: 'Struts Users Mailing List'
Subject: SSLEXT

Hello.

I'm now using the SSLEXT for struts (following some advices frm the
list).

Now I have my login action protected by HTTPS, but I want the user,
after
login, being forward to the main page of the application using HTTP
protocol. Is this possible? Or I can only change the protocol in
diferrente
requests?

Thanks,
JP

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to