mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
``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 | ||
| tests.py | ||