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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to