Version: 4.2.1 (KDE 4.2.1) (using 4.2.1 (KDE 4.2.1), Debian packages) Compiler: cc OS: Linux (i686) release 2.6.29-rc8-sidux-686 Same as bug #163046. Everything was working fine but one day kde decided to delete all the settings (lucky that i use imap for mails). So when i tried to use the same policy for cookies (ask) which was working before, i had a bad surprise. It doesn't work anymore, accepting everything.
I've copied the kcookiejarrc file from another computer where everything was working. Here's a diff... 1,3c1,2 < [Cookie Dialog] < PreferredPolicy=1 < ShowCookieDetails=true --- > [$Version] > update_info=kcookiescfg.upd:kde2.2/b1,kcookiescfg.upd:kde3.1/cvs 7c6 < CookieDomainAdvice=.dmi.unict.it:Reject,.hiveworkshop.com:Accept,zedo.com:Reject,hiveworkshop.com:Accept,.google.it:Reject,.heyos.com:Reject,.tradedoubler.com:Reject,.ebay.com:Reject,.ebay.it:Reject,.jangonetwork.com:Reject,.g.doubleclick.net:Reject,.google.com:Reject,.soft32.com:Reject,.qt-apps.org:Accept,.builderau.com.au:Reject,freshmeat.net:Accept,.altervista.org:Accept,.intilinux.com:Reject,pollycoke.net:Reject,.rai.it:Reject --- > CookieDomainAdvice=unict.it:Accept,kde.org:Accept 12d10 <
Confirmed on trunk.
More details please. Is this about the default policy? Or about domain-specific policy? How do I trigger the bug -exactly-? My tests appear to work, in trunk.
It is about it not asking if accept or reject cookies when it should ask. It just accepts.
Yes, but why should it ask? Because of the default policy set in `kcmshell4 cookies`, or because there's a specific policy for THAT domain that says "Ask"? Just making sure I'm testing the right thing...
It should ask because in the configuration panel i say that it should ask. And it doesn't and accepts everything.
I assume you're talking about the radiobutton (global policy). It works here. Please check if kded4 is running?
Running...
SVN commit 1063612 by adawit: - Fixed parsing of cookie expiration dates. This resolves the problem of non-session cookies being treated as session ones. - Fixed problems with the recent Y2K38 fix. CCBUG: 145244 CCBUG: 176731 CCBUG: 187792 CCBUG: 191318 M +36 -40 kcookiejar.cpp M +5 -1 kcookiejar.h M +9 -4 tests/cookie.test WebSVN link: http://websvn.kde.org/?view=rev&revision=1063612
See the commit message in comment #9.