You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/12/03 22:49:26 UTC

DO NOT REPLY [Bug 5250] New: - Load balancing workers do not correctly handle Cookies conformant with RFC 2965

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5250>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5250

Load balancing workers do not correctly handle Cookies conformant with RFC 2965

           Summary: Load balancing workers do not correctly handle Cookies
                    conformant with RFC 2965
           Product: Tomcat 3
           Version: 3.3 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Connectors
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: Mathias.Herberts@iroise.net
                CC: hgomez@slib.fr


If a server sets a cookie using Set-Cookie2: NAME=VALUE; Version=1 .... and the
user agent understands this version of Cookies, the Cookie header this browser
will generate will be of the form

Cookie: NAME="VALUE"; $Version="1"; $Path="..."

The code in jk_lb_worker.c is unable to extract the correct value for JSESSIONID
from such a header and therefore the request may be forwarded to the wrong
worker.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>