URL username and password are not decoded
Status: Beta
Brought to you by:
miras
If a username and password are supplied in the URL, they are extracted and applied to the curl settings.
To allow for usernames and (particularly) passwords containing characters meaningful in URLs, the username and password should be URL decoded before use.
Patch attached.
(Background: This patch was generated while fixing kcaldav http://code.google.com/p/kcaldav/ to work with passwords that contain '@' or ':').
Patch to URL decode username and password