django1/django/http
Unai Zalakain 11284a63d4 Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths starting with //
``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.
2014-06-07 08:59:02 -04:00
..
__init__.py Dropped fix_IE_for_vary/attach. 2014-05-14 10:19:48 +02:00
cookie.py Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet) 2013-10-26 10:50:40 -07:00
multipartparser.py Fixed typo in multipartparser.py 2014-05-16 05:34:40 -04:00
request.py Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths starting with // 2014-06-07 08:59:02 -04:00
response.py Replaced urllib/urlparse imports with from django.utils.six.moves. 2014-03-31 07:54:22 -04:00
utils.py Dropped fix_IE_for_vary/attach. 2014-05-14 10:19:48 +02:00