~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: v.ladeuil+lp at free
  • Date: 2007-02-08 17:01:20 UTC
  • mto: (2278.1.1 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 2279.
  • Revision ID: v.ladeuil+lp@free.fr-20070208170120-tfz2fd2fuv6dz5xg
Really fix bug #83954, with tests.

* bzrlib/transport/http/_urllib2_wrappers.py:
(ProxyHandler.set_proxy): Handle the empty password case. Fix the
header building which was broken by the way.

* bzrlib/tests/test_http.py:
(TestHttpProxyWhiteBox): Add tests for http proxy authorization
header building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
      the ``--use-existing-dir`` flag.
77
77
      (John Arbash Meinel, #30576, #45504)
78
78
 
79
 
    * Lack of http authorization support in test framework, a
80
 
      typo in prroxy handling have been unnoticed. (Vincent
81
 
      Ladeuil, #83954).
 
79
    * Fix http proxy authentication when user and an optional
 
80
      password appears in the *_proxy vars. (Vincent Ladeuil,
 
81
      #83954).
82
82
 
83
83
  TESTING:
84
84