duplicity-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Duplicity-tracker] [bug #21475] FTP Usernames that contain '@' are not


From: Darik Horn
Subject: [Duplicity-tracker] [bug #21475] FTP Usernames that contain '@' are not recognized
Date: Wed, 26 Dec 2007 15:40:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071204 Ubuntu/7.10 (gutsy) Firefox/2.0.0.11

Follow-up Comment #5, bug #21475 (project duplicity):

The standard Python urlparse.py file probably implements RFC 1738 Section 3.1
correctly, which says:

The user name (and password), if present, are followed by a commercial
at-sign "@". Within the user and password field, any ":", "@", or "/" must be
encoded.

Thus, a '@' symbol in an FTP username or in an HTTP username should be given
with the %40 escape.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?21475>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]