~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/_urllib2_wrappers.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-20 20:33:46 UTC
  • mfrom: (3134.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20071220203346-toifx0pb5987jcqo
(vila) Fix bug #177643 by handling credentials embedded in urls works
        again for pycurl

Show diffs side-by-side

added added

removed removed

Lines of Context:
1036
1036
        the prompt, so we build the prompt from the authentication dict which
1037
1037
        contains all the needed parts.
1038
1038
 
1039
 
        Also, hhtp and proxy AuthHandlers present different prompts to the
1040
 
        user. The daughter classes hosuld implements a public
 
1039
        Also, http and proxy AuthHandlers present different prompts to the
 
1040
        user. The daughter classes should implements a public
1041
1041
        build_password_prompt using this method.
1042
1042
        """
1043
1043
        prompt = '%s' % auth['protocol'].upper() + ' %(user)s@%(host)s'