duplicity-tracker
[Top][All Lists]
Advanced

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

[Duplicity-tracker] [bug #25787] Usernames with @-sign are not handled p


From: Kenneth Loafman
Subject: [Duplicity-tracker] [bug #25787] Usernames with @-sign are not handled properly
Date: Wed, 18 Mar 2009 18:30:12 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.04 (hardy) Firefox/3.0.7

Update of bug #25787 (project duplicity):

                  Status:                   Fixed => Need Info              
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #3:

I'm repoening this one, but requesting info...

Tests like this pass completely:

        pu = duplicity.backend.ParsedUrl(
                 "imap://address@hidden@example.com/home")
        assert pu.scheme == "imap", pu.scheme
        assert pu.netloc == "address@hidden@example.com", pu.netloc
        assert pu.hostname == "example.com", pu.hostname
        assert pu.path == "/home", pu.path
        assert pu.username == "address@hidden", pu.username
        assert pu.password == None, pu.password
        assert pu.port == None, pu.port

It may very well be that the %40 in the URL is the problem.  Duplicity does
n0t take more than 2 '@' signs, but 1 or 2 work.  Would you mind trying this
format and letting me know.  I'll look into doing something about the %40.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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