Starting with tag:
[TAG rfc2109-version-0.4
Alan Shields <patches@alan.shields.name>**20060809201537] 
[Keep the order of cookies as they come
attila.lendvai@gmail.com**20060901001540
 
 This is important because if you have two cookies with the same name
 but with different paths then the more specific ones (based on the path)
 must be sooner in the list.
] 
[Call (length "$Version=") at read-time
attila.lendvai@gmail.com**20060901001848] 
[Turn off corrects-path-p by default
attila.lendvai@gmail.com**20060904095156
 
 So, the situation is this: all the examples in the RFC use quotes around the path part,
 but the syntax description itself does not contain the quotes and IE gets confused by the
 extra (?) quotes, while FF works right with and without them.
 
 I think the entire corrects-path-p should be removed and the tests updated. 
] 