/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 1887.1.1 19 years ago Adeodato Simó Do not separate paragraphs in the copyright statem 1 KB Diff Download File
autodoc_bash_completion.py 1861.2.8 19 years ago Alexander Belchenko More branding: bazaar-ng -> Bazaar; bazaar-ng.org 1.5 KB Diff Download File
autodoc_man.py 1551.18.12 18 years ago Aaron Bentley Man page doesn't list hidden options (#131667) 6.5 KB Diff Download File
autodoc_rstx.py 3089.3.17 18 years ago Ian Clatworthy Fix case where filename not given 5.8 KB Diff Download File