You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mathias Herberts <Ma...@iroise.net> on 2001/06/04 13:53:14 UTC

Session ID in load balancer in 3.2.2

According to the RELEASE-NOTES, the load balancer was fixed to correctly
extract the session ID from the Cookie.

It seems the extraction from the URI has not been corrected, line 136
should read

	*id_end = '\0';

instead of

	id_end = NULL;

Has this been corrected in the current CVS source tree?

Mathias.

RE: Session ID in load balancer in 3.2.2

Posted by Marc Saegesser <ma...@apropos.com>.
How about a diff -u or at least may be a file name?

> -----Original Message-----
> From: herberts@iroise.net [mailto:herberts@iroise.net]On Behalf Of
> Mathias Herberts
> Sent: Monday, June 04, 2001 6:53 AM
> To: tomcat-dev@jakarta.apache.org
> Subject: Session ID in load balancer in 3.2.2
> 
> 
> According to the RELEASE-NOTES, the load balancer was fixed to correctly
> extract the session ID from the Cookie.
> 
> It seems the extraction from the URI has not been corrected, line 136
> should read
> 
> 	*id_end = '\0';
> 
> instead of
> 
> 	id_end = NULL;
> 
> Has this been corrected in the current CVS source tree?
> 
> Mathias.