11284a63d4
``HttpRequest.build_absolute_uri()`` now correctly handles paths starting with ``//``. ``WSGIRequest`` now doesn't remove all the leading slashes either, because ``http://test/server`` and http://test//server`` aren't the same thing (RFC2396). Thanks to SmileyChris for the initial patch. |
||
---|---|---|
.. | ||
__init__.py | ||
cookie.py | ||
multipartparser.py | ||
request.py | ||
response.py | ||
utils.py |