#7788: Response HTTP/1.0 (/django/core/servers/basehttp.py http_version = "1.0") -------------------------------+-------------------------------------------- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: HTTP handling | Version: 0.96 Keywords: HTTP/1.0 HTTP/1/1 | Stage: Unreviewed Has_patch: 0 | -------------------------------+-------------------------------------------- In IE6 the Response is required to be HTTP/1.1 to get the browser to work with Cache-Control or Pragma. Was trying to prevent back button being used to return to a logged in screen after clicking logged out, my method worked in IE7 and FF using http_version="1.0" but had to change this to http_version="1.1" for it to work in IE6. Is the http_version going to be changed to 1.1 in the future, and are there any know issues with using 1.1?
-- Ticket URL: <http://code.djangoproject.com/ticket/7788> 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 -~----------~----~----~----~------~----~------~--~---
