#10630: [PATCH] GZipMiddleware does not handle all MSIE issues.
--------------------------------------+-------------------------------------
Reporter: sebastian_noack | Owner: nobody
Status: closed | Milestone: 1.1
Component: HTTP handling | Version: 1.0
Resolution: fixed | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
--------------------------------------+-------------------------------------
Comment (by mtredinnick):
That won't work easily. Wildcards (`"*"`) are permitted in the Accept-
Encoding header. So we'd end up having to add a ";q=0" piece to the header
(and then remembering to process preference values later on). Also,
Accept-Encoding is an optional HTTP header, so we might have to create on
anew.
Trying to override some server-provided information for side-effects down
the processing track is going to be more effort than a more direct
internal data structure or other indicator in this case.
--
Ticket URL: <http://code.djangoproject.com/ticket/10630#comment:6>
Django <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
-~----------~----~----~----~------~----~------~--~---