[Bug 203237] New: KUrl doesn't respect setUser() or setPass() (in Python at least)

John Hobbs john at velvetcache.org
Sun Aug 9 23:33:31 BST 2009


https://bugs.kde.org/show_bug.cgi?id=203237

           Summary: KUrl doesn't respect setUser()  or setPass()  (in
                    Python at least)
           Product: kde
           Version: 4.2.4
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: unassigned-bugs at kde.org
        ReportedBy: john at velvetcache.org


Version:            (using KDE 4.2.4)
OS:                Linux
Installed from:    Debian testing/unstable Packages

In the python bindings, KUrl doesn't seem to respect setUser and setPass.


Example:
  url = KUrl( "http://twitter.com/account/verify_credentials.json" )
  url.setUser( "ausername" )
  url.setPass( "supersecret" )
  job = KIO.storedGet(url, KIO.Reload, KIO.HideProgressInfo)

This will pop up a authentication dialog, regardless of if setPass() has the
correct password or not.

Found reference in a mailing list archive, but the bug link is dead and I can't
find one in search.

http://www.pubbs.net/kde/200905/89818/

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list