Opened 19 years ago
Closed 19 years ago
#1457 closed enhancement (fixed)
[patch] add support for the if-modified-since header for static content
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Generic views | Version: | |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If you use the builtin Web server, it doesn't respect the if-modified-since header. Hence, static content is re-downloaded on every page request. This patch fixes that.
Attachments (1)
Change History (3)
by , 19 years ago
Attachment: | django_if_modified_since_svn.diff added |
---|
comment:1 by , 19 years ago
That's been bugging me ever since you brought it up in your post the other day ;) Thanks for the patch.
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch