Revision 54223f6...
Go back to digest for 20th January 2013Bug Fixes in KDE Base
Dawit Alemayehu committed changes in [kdelibs/KDE/4.10] kioslave/http/kcookiejar/kcookiejar.cpp:
Initialise the mCrossDomain member variable in the cookies
For several months now, all my cookies would be forgotten after a kded
restart. After debugging the problem, turns out that mCrossDomain was
of value 127, which makes no sense for a boolean.
This variable has been present since 2002, which means that the
"reject cross domain cookies" feature has been broken for 10 years and
8 months.
FIXED-IN: 4.10
(cherry picked from commit 794b14b8af5b610fc3eed6945f93f0c69dd49a9a)
File Changes
Modified 1 files
- kioslave/http/kcookiejar/kcookiejar.cpp
1 files changed in total