You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Sterin, Ilya" <Is...@ciber.com> on 2003/03/07 01:16:46 UTC

redirecting to HTTPS

What's the easiest way to redirecting to https and back.  Meaning,
what's the I guess more common/prefered way of doing it in struts.

Any small examples, would be great:-)

Thanks a bunch.

Ilya

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: redirecting to HTTPS

Posted by "Sterin, Ilya" <Is...@ciber.com>.
Great, thanks a bunch.

Ilya

-----Original Message-----
From: Max Cooper [mailto:max@maxcooper.com] 
Sent: Thursday, March 06, 2003 7:51 PM
To: Struts Users Mailing List
Subject: Re: redirecting to HTTPS


There are a number of issues involved that make it more complicated than
it should be (cookie domains, writing out all the links properly, etc.).
Fortunately, there is a project designed just for this purpose that
extends Struts to support relatively painless HTTP/HTTPS switching:
http://sslext.sourceforge.net

The main author of the extension has written a few articles about the
issues involved with such switching and what the extension does
specifically. Reading these would be a nice jump-start if you haven't
been through this kind of thing before:
http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html
http://www.javaworld.com/javaworld/jw-05-2002/jw-0510-struts.html

-Max

----- Original Message -----
From: "Sterin, Ilya" <Is...@ciber.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Thursday, March 06, 2003 4:16 PM
Subject: redirecting to HTTPS


> What's the easiest way to redirecting to https and back.  Meaning, 
> what's the I guess more common/prefered way of doing it in struts.
>
> Any small examples, would be great:-)
>
> Thanks a bunch.
>
> Ilya
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: redirecting to HTTPS

Posted by Max Cooper <ma...@maxcooper.com>.
There are a number of issues involved that make it more complicated than it
should be (cookie domains, writing out all the links properly, etc.).
Fortunately, there is a project designed just for this purpose that extends
Struts to support relatively painless HTTP/HTTPS switching:
http://sslext.sourceforge.net

The main author of the extension has written a few articles about the issues
involved with such switching and what the extension does specifically.
Reading these would be a nice jump-start if you haven't been through this
kind of thing before:
http://www.javaworld.com/javaworld/jw-02-2002/jw-0215-ssl.html
http://www.javaworld.com/javaworld/jw-05-2002/jw-0510-struts.html

-Max

----- Original Message -----
From: "Sterin, Ilya" <Is...@ciber.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Thursday, March 06, 2003 4:16 PM
Subject: redirecting to HTTPS


> What's the easiest way to redirecting to https and back.  Meaning,
> what's the I guess more common/prefered way of doing it in struts.
>
> Any small examples, would be great:-)
>
> Thanks a bunch.
>
> Ilya
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: redirecting to HTTPS

Posted by alexj <al...@freesurf.ch>.
It's came with it have a look of the web directory .

--
Alexandre Jaquet

----- Original Message ----- 
From: "Sterin, Ilya" <Is...@ciber.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Friday, March 07, 2003 1:41 AM
Subject: RE: redirecting to HTTPS


> Ah, great, just found it, but I can't find any examples to go with it,
> nor a user's guide.  Any links? :-)
> 
> Ilya
> 
> -----Original Message-----
> From: alexj [mailto:alexj@freesurf.ch] 
> Sent: Thursday, March 06, 2003 7:37 PM
> To: Struts Users Mailing List
> Subject: Re: redirecting to HTTPS
> 
> 
> Have a look for SSLext. (you may find a sample
> with it)
> 
> --
> Alexandre Jaquet
> 
> ----- Original Message ----- 
> From: "Sterin, Ilya" <Is...@ciber.com>
> To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
> Sent: Friday, March 07, 2003 1:16 AM
> Subject: redirecting to HTTPS
> 
> 
> > What's the easiest way to redirecting to https and back.  Meaning, 
> > what's the I guess more common/prefered way of doing it in struts.
> > 
> > Any small examples, would be great:-)
> > 
> > Thanks a bunch.
> > 
> > Ilya
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: redirecting to HTTPS

Posted by "Sterin, Ilya" <Is...@ciber.com>.
Ah, great, just found it, but I can't find any examples to go with it,
nor a user's guide.  Any links? :-)

Ilya

-----Original Message-----
From: alexj [mailto:alexj@freesurf.ch] 
Sent: Thursday, March 06, 2003 7:37 PM
To: Struts Users Mailing List
Subject: Re: redirecting to HTTPS


Have a look for SSLext. (you may find a sample
with it)

--
Alexandre Jaquet

----- Original Message ----- 
From: "Sterin, Ilya" <Is...@ciber.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Friday, March 07, 2003 1:16 AM
Subject: redirecting to HTTPS


> What's the easiest way to redirecting to https and back.  Meaning, 
> what's the I guess more common/prefered way of doing it in struts.
> 
> Any small examples, would be great:-)
> 
> Thanks a bunch.
> 
> Ilya
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: redirecting to HTTPS

Posted by alexj <al...@freesurf.ch>.
Have a look for SSLext. (you may find a sample
with it)

--
Alexandre Jaquet

----- Original Message ----- 
From: "Sterin, Ilya" <Is...@ciber.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
Sent: Friday, March 07, 2003 1:16 AM
Subject: redirecting to HTTPS


> What's the easiest way to redirecting to https and back.  Meaning,
> what's the I guess more common/prefered way of doing it in struts.
> 
> Any small examples, would be great:-)
> 
> Thanks a bunch.
> 
> Ilya
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org