~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2008-12-04 11:50:30 UTC
  • mto: (3902.1.1 bzr.integration)
  • mto: This revision was merged to the branch mainline in revision 3903.
  • Revision ID: v.ladeuil+lp@free.fr-20081204115030-4dytul8qv82viscm
Fix bug #303959 by returning a transport based on the same url
when redirected to an url with a slash appened.

* bzrlib/tests/test_http.py:
(Test_redirected_to.test_redirected_to_self_with_slash): Reproduce
bug #303959.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    * Preserve transport decorators while following redirections.
27
27
      (Vincent Ladeuil, #245964)
28
28
 
 
29
    * Provides a finer and more robust filter for accepted redirections.
 
30
      (Vincent Ladeuil, #303959, #265070)
 
31
 
29
32
    * ``Transport.readv()`` defaults to not reading more than 100MB in a
30
33
      single array. Further ``RemoteTransport.readv`` sets this to 5MB to
31
34
      work better with how it splits its requests.