[prev in list] [next in list] [prev in thread] [next in thread] 

List:       konq-bugs
Subject:    [Bug 73206] konqui saves web accounts (username/password) using
From:       George Staikos <staikos () kde ! org>
Date:       2004-11-06 14:16:40
Message-ID: 20041106141640.10382.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=73206        
staikos kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From staikos kde org  2004-11-06 15:16 -------
CVS commit by staikos: 

query strings get formed with ';' too.  great way to be standards compliant
guys. :(

BUG: 73206


  M +3 -2      html_formimpl.cpp   1.401


--- kdelibs/khtml/html/html_formimpl.cpp  #1.400:1.401
 @ -413,5 +413,6  @ static QString calculateAutoFillKey(cons
     // by saving passwords under wrong lookup key.
     const QString name = e.getAttribute(ATTR_NAME).string().stripWhiteSpace();
-    return k.url() + '#' + name;
+    const QStringList url = QStringList::split(';', k.url());
+    return url[0] + '#' + name;
 }
_______________________________________________
Konq-bugs mailing list
Konq-bugs@mail.kde.org
https://mail.kde.org/mailman/listinfo/konq-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic