/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
..
configobj 1185.12.49 20 years ago Aaron Bentley Switched to ConfigObj Diff
effbot 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
elementtree 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
tests 2613.1.2 18 years ago Martin Pool Move bencode tests into util.tests Diff
__init__.py 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Empty Diff Download File
bencode.py 2613.1.1 18 years ago Martin Pool Move bencode tests from within their module into o 3.8 KB Diff Download File
simplemapi.py 2681.3.6 18 years ago Lukáš Lalinsky New version of simplemapi.py with MIT license. 8.2 KB Diff Download File