~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http_response.py

  • Committer: John Arbash Meinel
  • Date: 2009-02-23 15:29:35 UTC
  • mfrom: (3943.7.7 bzr.code_style_cleanup)
  • mto: This revision was merged to the branch mainline in revision 4033.
  • Revision ID: john@arbash-meinel.com-20090223152935-oel9m92mwcc6nb4h
Merge the removal of all trailing whitespace, and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
407
407
 
408
408
 
409
409
class TestRangeFileMultipleRangesQuotedBoundaries(TestRangeFileMultipleRanges):
410
 
    """Perform the same tests as TestRangeFileMultipleRanges, but uses 
 
410
    """Perform the same tests as TestRangeFileMultipleRanges, but uses
411
411
    an angle-bracket quoted boundary string like IIS 6.0 and 7.0
412
412
    (but not IIS 5, which breaks the RFC in a different way
413
413
    by using square brackets, not angle brackets)
414
 
    
415
 
    This reveals a bug caused by 
416
 
    
417
 
    - The bad implementation of RFC 822 unquoting in Python (angles are not 
418
 
      quotes), coupled with 
 
414
 
 
415
    This reveals a bug caused by
 
416
 
 
417
    - The bad implementation of RFC 822 unquoting in Python (angles are not
 
418
      quotes), coupled with
419
419
 
420
420
    - The bad implementation of RFC 2046 in IIS (angles are not permitted chars
421
421
      in boundary lines).
422
 
 
 
422
 
423
423
    """
424
424
    # The boundary as it appears in boundary lines
425
425
    # IIS 6 and 7 use this value