~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-04 17:06:17 UTC
  • mfrom: (4862.2.2 integration2)
  • Revision ID: pqm@pqm.ubuntu.com-20091204170617-8llyv1nv7g9cmiv7
(vila) Start fixing bug #395714 when authentication is required after
        an http redirection

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
                                 None, None, self._host, self._port, path)
155
155
 
156
156
    def _create_auth(self):
157
 
        """Returns a dict returning the credentials provided at build time."""
 
157
        """Returns a dict containing the credentials provided at build time."""
158
158
        auth = dict(host=self._host, port=self._port,
159
159
                    user=self._user, password=self._password,
160
160
                    protocol=self._unqualified_scheme,