Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 11284a63d48c84f1d60b5686d55cf8a9f8d64422
      
https://github.com/django/django/commit/11284a63d48c84f1d60b5686d55cf8a9f8d64422
  Author: Unai Zalakain <u...@gisa-elkartea.org>
  Date:   2014-06-07 (Sat, 07 Jun 2014)

  Changed paths:
    M django/core/handlers/wsgi.py
    M django/http/request.py
    M docs/releases/1.8.txt
    M tests/requests/tests.py

  Log Message:
  -----------
  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.


-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/53930d6a52124_1aa46abd3c33ef%40hookshot-fe1-cp1-prd.iad.github.net.mail.
For more options, visit https://groups.google.com/d/optout.

Reply via email to