#5604: Access over HTTPS broken when using WSGI -----------------------+---------------------------------------------------- Reporter: ramiro | Owner: nobody Status: new | Component: HTTP handling Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 0 -----------------------+---------------------------------------------------- The WSGI handler relies on the presence of the 'HTTPS' environment var to detect the use of HTTPS.
WSGI spec dictates a server-side implementation MUST export a 'wsgi.url_scheme' var and SHOULD export a 'HTTPS' var. Fix is a one-line patch. discussed on: http://groups.google.com/group/django- developers/browse_frm/thread/5af492b48fee4ff0?hl=en http://groups.google.com/group/modwsgi/browse_frm/thread/9cb69065a92e8f29?hl=en -- Ticket URL: <http://code.djangoproject.com/ticket/5604> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
