1
0
mirror of https://github.com/django/django.git synced 2025-01-24 17:19:19 +00:00
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
..
2013-12-10 15:12:48 -05:00
2014-05-19 14:59:02 +01:00
2014-05-08 21:49:54 +02:00
2014-05-08 21:50:21 +02:00
2014-05-28 17:39:14 -07:00
2014-05-28 17:39:14 -07:00
2014-05-08 21:49:54 +02:00
2014-02-28 09:54:53 +01:00
2014-05-28 17:39:14 -07:00
2013-02-26 10:00:14 +01:00