#717: If-Modified-Since checked for exact match
-------------------------------------+-------------------------------------
               Reporter:  Maniac     |        Owner:  adrian
  <Maniac@…>                         |    Milestone:
                 Status:  reopened   |      Version:
              Component:  HTTP       |     Keywords:  http middleware
  handling                           |  conditional get if-modified-since
             Resolution:             |    Has patch:  1
           Triage Stage:  Accepted   |  Needs tests:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
-------------------------------------+-------------------------------------

Comment (by lukeplant):

 Ah, you're right - I think I was wrongly assuming that the decorators
 '`condition`' and others were created using `decorator_from_middleware`,
 in which case they would be implicitly testing `ConditionalGetMiddleware`.
 In fact, only '`conditional_page`' is created that way, which isn't tested
 in `tests/regressiontests/conditional_processing/models.py`.  Thanks for
 the explanation and updates.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/717#comment:16>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to