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 where some

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
Antory. I thing sslext is a very good way, if you use mixed HTTP and HTTPS. Unfortunally it is not well documented ;-), but there are less things to do. If you will use it, I can give you an overview, what to do, but not imediately. The roadmap says, that sslext will be integrated in further st

RE: Switching between HTTP and HTTPS

2004-09-15 Thread Jose Ramon Diaz
You can try this: http://sslext.sourceforge.net/ regards Jose R. > -Mensaje original- > De: Emmanouil Batsis [mailto:[EMAIL PROTECTED] > Enviado el: miƩrcoles, 15 de septiembre de 2004 11:57 > Para: Struts Users Mailing List > Asunto: Re: Switching b

Re: Switching between HTTP and HTTPS

2004-09-15 Thread Emmanouil Batsis
Tha way I usually do it is have a filter intercept the requests, check whether the resource should be requested with HTTP or HTTPS and redirect accordingly (both from and to SSL). I'd be interested in more "integrated" solutions. Manos Antony Paul wrote: Hi, Does solution for switching betwee

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
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 -Original Message- From: Antony Paul [mailto:[