Re: Switching between http and https in struts-config

2005-06-13 Thread Frank W. Zammetti
You can, I believe, have fully-qualified URLs in forward paths... One thing you might be able to do is have mappings something like: Then, in your Action, do something like this: boolean isSecure = true; if (isSecure) { ActionForward af = mapping.findForward("secured_forward"); ActionForw

RE: Switching between http and https in struts-config

2005-06-13 Thread Mark Benussi
Yep you need to use http://sslext.sourceforge.net/ -Original Message- From: Dan Tenenbaum [mailto:[EMAIL PROTECTED] Sent: 13 June 2005 20:45 To: user@struts.apache.org Subject: Switching between http and https in struts-config Hi, I'm new to the list. I'm working on a webapp

Switching between http and https in struts-config

2005-06-13 Thread Dan Tenenbaum
Hi, I'm new to the list. I'm working on a webapp where some of the pages should be accessed through HTTPS and others through HTTP. For example, login and registration need to be secure, but once the registration is done and we go to the user home page, we can go back to the nonsecure site. All p

Re: Switching between HTTP and HTTPS

2004-09-15 Thread mail
gards marco -Original Message- From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED] Sent: 15 September 2004 10:34 To: Struts Users Mailing List Subject: RE: Switching between HTTP and HTTPS Hi, Currently in our system for toggling between HTTP and HTTpS, we are just changing the pro

Re: Switching between HTTP and HTTPS

2004-09-15 Thread Velja Radenkovic
> > -Original Message- > From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED] > Sent: 15 September 2004 10:34 > To: Struts Users Mailing List > Subject: RE: Switching between HTTP and HTTPS > > Hi, > > Currently in our system for toggling between HTTP and HTTpS, we

Re: Switching between HTTP and HTTPS

2004-09-15 Thread Jan Normann Nielsen
Prasad, Kamakshya wrote: Hi, Currently in our system for toggling between HTTP and HTTpS, we are just changing the protocol in the url using the javascript. I don't know its the correct way or not. Why we need a separate implementation for the same? Please advice KP We use the latest Jetty 4 as ser

Re: Switching between HTTP and HTTPS

2004-09-15 Thread Manfred Wolff
Manfred Manfred Antony Paul wrote: Hi, Does solution for switching between HTTP and HTTPS has been incorporated into Struts ?. If yes which version of Struts it have ?. I have read the archives and found sslext is the best alternative. Do

RE: Switching between HTTP and HTTPS

2004-09-15 Thread Jose Ramon Diaz
quot; solutions. > > Manos > > Antony Paul wrote: > > >Hi, > >Does solution for switching between HTTP and HTTPS has > been incorporated > >into Struts ?. If yes which version of Struts it have ?. > >I have read the archiv

Re: Switching between HTTP and HTTPS

2004-09-15 Thread Emmanouil Batsis
n for switching between HTTP and HTTPS has been incorporated into Struts ?. If yes which version of Struts it have ?. I have read the archives and found sslext is the best alternative. Do I have to use it ?. rgds Antony Paul - To unsu

RE: Switching between HTTP and HTTPS

2004-09-15 Thread Marco Mistroni
Users Mailing List Subject: RE: Switching between HTTP and HTTPS Hi, Currently in our system for toggling between HTTP and HTTpS, we are just changing the protocol in the url using the javascript. I don't know its the correct way or not. Why we need a separate implementation for the same? P

RE: Switching between HTTP and HTTPS

2004-09-15 Thread Prasad, Kamakshya
ailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 5:55 PM To: Struts Subject: Switching between HTTP and HTTPS Hi, Does solution for switching between HTTP and HTTPS has been incorporated into Struts ?. If yes which version of Struts it have ?. I have read the archives and found s

Switching between HTTP and HTTPS

2004-09-15 Thread Antony Paul
Hi, Does solution for switching between HTTP and HTTPS has been incorporated into Struts ?. If yes which version of Struts it have ?. I have read the archives and found sslext is the best alternative. Do I have to use it ?. rgds Antony Paul