Bug 577360 – handle cookies with same name but different path
authorDan Winship <danw@src.gnome.org>
Fri, 3 Apr 2009 14:14:07 +0000 (14:14 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 3 Apr 2009 14:14:07 +0000 (14:14 +0000)
commitdb2d15bf93ef92670bea2b66ccb3b2c33473d4d7
treeaa1e913d21cddab7912cde279ea1e80621f2c28d
parentc52349db64251ea443d9544a327ebf95a35d8fe8
Bug 577360 – handle cookies with same name but different path

* libsoup/soup-cookie-jar.c (soup_cookie_jar_add_cookie): check
both name and path when matching cookies; "foo=one; path=/bar"
should not replace "foo=two; path=/". They are separate cookies.

Reported by Alexander V. Butenko.

svn path=/trunk/; revision=1262
ChangeLog
libsoup/soup-cookie-jar.c