You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by me...@KPNQwest.at on 2001/11/08 10:34:51 UTC

Re: Re : AW: encodeURL + SSL

hi,

On Wed, 07 Nov 2001 20:05:57 +0100 tomcat@meinsenf.at wrote:
> 
> request goes to "http://localhost:8080/login" 
> getSession() 
> if session.isNew() -> redirect to: encodeURL("/login") 
> 
> this works fine with http! 
> 
> BUT if I'm using https the encodeURL("/login") always returns 
> "/login" without the sessionid - so the redirect does NOT WORK! 
> 

just an idea: I suppose you need to have JSSE installed if you 
want use "https" -- there should be a list of (always) supported
protocols in URLs somewhere?!

	-martin


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>