/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Adrian Wilkins
  • Date: 2008-07-11 14:30:35 UTC
  • mto: (3537.1.1 247585-IIS-boundary-2)
  • Revision ID: adrian.wilkins@gmail.com-20080711143035-4cqrbgtj3dg7drg8
Fix ability to use IIS as a dumb HTTP server.

Fix quoted boundary lines bugs exposed by tests in previous revision.
IIS uses a fixed value for boundary lines, quoted inside angle brackets.

RFC 2046 prohibits use of angles in boundary lines, but IIS uses them
Python implements RFC 822 unquoting badly and considers angles to be quotes
Parameters in HTTP response headers get RFC 822 unquoted

Hence all multi-part responses from IIS run foul of boundary line integrity
checking.

see
https://bugs.launchpad.net/bzr/+bug/247585
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3453.5.1 17 years ago Andrew Bennetts Add {bzrdir,repository,branch}_implementations tes 8.2 KB Diff Download File
test_bound_sftp.py 1551.15.71 18 years ago Aaron Bentley Fix test case that was importing merge when it did 12.8 KB Diff Download File
test_branch.py 3350.6.12 17 years ago Martin Pool merge trunk; remove RemoteToOtherFetcher 28.7 KB Diff Download File
test_break_lock.py 3015.2.4 18 years ago Robert Collins Handle repositories that cannot be remotely locked 3.6 KB Diff Download File
test_check.py 3489.2.4 17 years ago Andrew Bennetts Fix all tests broken by fixing make_branch_and_tre 2.8 KB Diff Download File
test_commit.py 3256.2.18 17 years ago Daniel Watkins Updated uses of Hooks.install_hook to Hooks.instal 8.8 KB Diff Download File
test_create_checkout.py 3044.1.1 18 years ago Martin Pool Fix up calls to TestCase.build_tree passing a stri 2.6 KB Diff Download File
test_get_revision_id_to_revno_map.py 2978.7.1 18 years ago John Arbash Meinel Fix bug #162486, by having RemoteBranch properly i 4.6 KB Diff Download File
test_hooks.py 3517.2.5 17 years ago Andrew Bennetts Reduce duplication in test_hooks a little. 9.7 KB Diff Download File
test_http.py 3102.1.1 18 years ago Vincent Ladeuil Rename bzrlib/test/HTTPTestUtils.py to bzrlib/test 3.5 KB Diff Download File
test_last_revision_info.py 2249.4.1 19 years ago Wouter van Heyst New Branch.last_revision_info method, this is bein 1.4 KB Diff Download File
test_locking.py 3015.2.15 18 years ago Robert Collins Review feedback. 20.9 KB Diff Download File
test_parent.py 3139.2.1 18 years ago Alexander Belchenko bugfix #90847: fix problem with parent location on 3.6 KB Diff Download File
test_permissions.py 3416.2.5 17 years ago Martin Pool Correction to branch permissions test 3.5 KB Diff Download File
test_pull.py 3482.1.2 17 years ago John Arbash Meinel remove the bogus pdb line 9.3 KB Diff Download File
test_push.py 3449.1.2 17 years ago Andrew Bennetts Add test and NEWS entry. 10.9 KB Diff Download File
test_reconcile.py 3489.2.4 17 years ago Andrew Bennetts Fix all tests broken by fixing make_branch_and_tre 2.9 KB Diff Download File
test_revision_history.py 3495.2.1 17 years ago Aaron Bentley Tolerate ghosts in mainline (#235055) 8.6 KB Diff Download File
test_revision_id_to_revno.py 2598.5.3 18 years ago Aaron Bentley Push NULL_REVISION deeper 1.6 KB Diff Download File
test_sprout.py 2949.5.1 18 years ago Alexander Belchenko selftest: use SymlinkFeature instead of TestSkippe 3.9 KB Diff Download File
test_tags.py 2388.1.12 18 years ago Alexander Belchenko direct test for tags.get_reverse_tag_dict() 7 KB Diff Download File
test_uncommit.py 3256.2.16 17 years ago Daniel Watkins Updated uses of Hooks.install_hook to Hooks.instal 3.9 KB Diff Download File
test_update.py 3445.1.8 17 years ago John Arbash Meinel Clarity tweaks recommended by Ian 4.7 KB Diff Download File