<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>117302</bug_id>
          
          <creation_ts>2005-11-29 22:13:57 +0000</creation_ts>
          <short_desc>Disabling cookies deletes per domain cookie handling settings</short_desc>
          <delta_ts>2007-09-03 06:30:18 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>konqueror</product>
          <component>kcookiejar</component>
          <version>3.4.2</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Anders E. Andersen">andersa</reporter>
          <assigned_to name="Konqueror Bugs">konqueror-bugs-null</assigned_to>
          
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>12</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>393966</commentid>
    <comment_count>0</comment_count>
    <who name="Anders E. Andersen">andersa</who>
    <bug_when>2005-11-29 22:13:58 +0000</bug_when>
    <thetext>Version:           3.4.2 (using KDE 3.4.2, Debian Package 4:3.4.2-4 (testing/unstable))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.14-asus-1

Suppose you have had cookies enabled for a while with the ask setting. Eventually you will accumulate a lot of per domain settings for rejecting or accepting cookies.

If you disable cookies entirely, this list is cleared.

It should only be cleared when you click the clear all button and accept. Disabling cookies should preserve the list.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>467743</commentid>
    <comment_count>1</comment_count>
    <who name="Philip Rodrigues">phil</who>
    <bug_when>2006-09-07 23:58:12 +0000</bug_when>
    <thetext>Confirmed on 3.5 branch r575787</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>544208</commentid>
    <comment_count>2</comment_count>
    <who name="Dawit Alemayehu">adawit</who>
    <bug_when>2007-09-03 06:30:18 +0000</bug_when>
    <thetext>SVN commit 707819 by adawit:

- Do not loose the domain-specific cookie policies when cookie support is disabled and re-enabled again.

BUG:117302


 M  +1 -1      kcookiespolicies.cpp  


--- branches/KDE/3.5/kdebase/kcontrol/kio/kcookiespolicies.cpp #707818:707819
@@ -313,12 +313,12 @@
   dlg-&gt;cbAutoAcceptSessionCookies-&gt;setChecked (sessionCookies);
   bool cookieExpiration = cfg.readBoolEntry(&quot;IgnoreExpirationDate&quot;, false);
   dlg-&gt;cbIgnoreCookieExpirationDate-&gt;setChecked (cookieExpiration);
+  updateDomainList(cfg.readListEntry(&quot;CookieDomainAdvice&quot;));
 
   if (enableCookies)
   {
     ignoreCookieExpirationDate( cookieExpiration );
     autoAcceptSessionCookies( sessionCookies );
-    updateDomainList(cfg.readListEntry(&quot;CookieDomainAdvice&quot;));
     updateButtons();
   }
 
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>