Mathias Bachner wrote:

> Hello Developers,
>
> I have here a little problem with jakarta-tomcat-4.0-b1. I use a Session
> to keep track of the user login. For security purpose, I also use
> SSL. When I don't use any cookies, everything is ok, as long as I don't
> switch over to SSL. When using SSL, encodeURL doesn't append the
> SessionID. After some search I found in
> org.apache.catalina.connector.HttpResonseBase the reason: the Method
> isEncodeable sets the Port-Number for the URL to 80, if nothing is
> specified, but that is wrong for https. I simply added a small if
> statement where I check for https and set the port to 443. But the
> question is: Is that correct? For me that seems all ok. Any other Idea?
>

Matthias, I just checked in a change to do exactly this, which will show up in
tonight's nightly build of Tomcat 4.0.  Could you please try it and ensure that
it fixes your problem?

>
> BTW: Writing the Port-Number in the URL is not acceptable for me. I use
> the same pages for SSL and non-SSL.
>
> bye,
> Mathias Bachner
>

Craig McClanahan



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


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

Reply via email to