Opened 15 years ago

Closed 14 years ago

Last modified 14 years ago

#11757 closed (fixed)

Wrong mimetype when responding HttpResponseNotModified in django.server.static

Reported by: anonymous Owned by: Jannis Leidel
Component: Uncategorized Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Patch calls HttpResponseNotModified with the mimetype calculated.

Attachments (1)

t11757_r11366.patch (923 bytes ) - added by anonymous 15 years ago.
against r11366 (1.1 final)

Download all attachments as: .zip

Change History (4)

by anonymous, 15 years ago

Attachment: t11757_r11366.patch added

against r11366 (1.1 final)

comment:1 by Jannis Leidel, 14 years ago

Owner: changed from nobody to Jannis Leidel
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Jannis Leidel, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [12141]) Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in django.server.static.

comment:3 by Jannis Leidel, 14 years ago

(In [12240]) [1.1.X] Fixed #11757 - Set mimetype when responding with HttpResponseNotModified in django.server.static.

Note: See TracTickets for help on using tickets.
Back to Top