[Mono-bugs] [Bug 76014][Maj] Changed - [PATCH] Fix for multi-path cookies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 7 19:16:47 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bugzilla at patearl.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76014

--- shadow/76014	2005-09-07 18:40:51.000000000 -0400
+++ shadow/76014.tmp.32184	2005-09-07 19:16:47.000000000 -0400
@@ -42,6 +42,13 @@
 
 ------- Additional Comments From bugzilla at patearl.net  2005-09-07 18:40 -------
 To be more correct, the code might wish to take into account when the
 $Path comes back with the cookie.  If the path is returned, the most
 specific directory can be determined from that.  This patch only fixes
 the case where no path information is returned in the cookies.
+
+------- Additional Comments From bugzilla at patearl.net  2005-09-07 19:16 -------
+RFC2965 specifies that cookies with more specific paths should come
+first.  Note that this applies even if the path information is
+specified.  This means that the attached patch should be sufficient to
+handle all RFC-compliant cases.  Based on the behaviour I have seen so
+far, the path need not be checked specifically.


More information about the mono-bugs mailing list