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

http://issues.apache.org/bugzilla/show_bug.cgi?id=43839





------- Additional Comments From [EMAIL PROTECTED]  2008-01-06 19:08 -------
Please think about the test case. User declear use cookie to store the session
and user rewrite the URI. For some reason the cookie is lost, in current code,
what will happen. Tomcat will use the URI session, right? So, it the implement
still has problem. So I suggestion add the follow code at the parseSessionId.
        Context context = (Context) request.getMappingData().context;
        if (context == null || context.getCookies())
            return;

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to