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=25752>.
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=25752

HTTP Cookie isn't rightly ordered.





------- Additional Comments From [EMAIL PROTECTED]  2004-02-11 15:03 -------
I've been reading the submitted code. It's a solution, but my perception is
that, as it is, it introduces significant overhead --both memory and CPU-wise--
on every request, even in the case where there's no ordering issues. A proper
solution should probably rely on pre-ordering the cookies as they are added to
the manager, or at least use an ordering technique with minimal overhead for the
trivial cases (e.g. the case with only 1 cookie to 'order').

Also note that the CookiePathComparator should cache the CookieNameComparator it
uses, rather than creating a new one every time.

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

Reply via email to