#12544: Bogus If-Modified-Since header causes 500 in django.views.static.serve
------------------------------------+---------------------------------------
Reporter: akaihola | Owner: nobody
Status: new | Milestone:
Component: HTTP handling | Version: SVN
Resolution: | Keywords: static
Stage: Unreviewed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Comment (by akaihola):
Checked the [http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html RFC]:
{{{
a) If the request would normally result in anything other than a
200 (OK) status, or if the passed If-Modified-Since date is
invalid, the response is exactly the same as for a normal GET.
A date which is later than the server's current time is
invalid.
}}}
Fixed patch upcoming...
--
Ticket URL: <http://code.djangoproject.com/ticket/12544#comment:3>
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.