https://bugs.gpodder.org/show_bug.cgi?id=1509

             Bug #: 1509
           Summary: can not access gpodder.net when password contains /
                    (slash) character
    Classification: Unclassified
           Product: gPodder
           Version: 3.0.1
          Platform: N9
        OS/Version: MeeGo Harmattan
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Maemo Integration
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


If the user password to the gpodder.net account contains a / (slash) character,
tapping on My gpodder.net will not start loading the list of subscriptions.

This is because share/ui/qml/Subscribe.qml assembles the data and produces an
invalid URI (in the form of
http://user:pass/[email protected]/subscriptions/user.xml).

A simple fix seemed to be to use encodeURIComponent() on the password.  This
lead to a valid URI (the / is replaced by %2F), but something down the Qt stack
then does not un-escape the password, leading to "pass%2Fword" (from above
example) being sent over the network.

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to