Opened 18 years ago
Closed 18 years ago
#5772 closed (fixed)
GzipMiddleware compresses JavaScript by accident
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | Keywords: | gzip middleware javascript | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
A small typo in GZipMiddleware causes it to compress files of Content-Type: */javascript, even though it shouldn't.
I've attached a patch that should fix this problem.
Attachments (1)
Change History (6)
by , 18 years ago
| Attachment: | django-gzip.patch added |
|---|
comment:3 by , 18 years ago
Doesn't this conflict with #5313? They're both in the "Ready for checkin" stage yet seem to be at cross purposes.
comment:4 by , 18 years ago
comment:5 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch