#4119: Incorrect HTTP-Date format in expire field of HTTP Header
--------------------------------+-------------------------------------------
   Reporter:  Ciantic           |                Owner:  adrian      
     Status:  new               |            Component:  Contrib apps
    Version:  SVN               |           Resolution:              
   Keywords:  http-date header  |                Stage:  Accepted    
  Has_patch:  1                 |           Needs_docs:  0           
Needs_tests:  0                 |   Needs_better_patch:  0           
--------------------------------+-------------------------------------------
Changes (by mtredinnick):

  * stage:  Ready for checkin => Accepted

Comment:

 Patch needs improving on two fronts:
 
  1. It looks like utils/cache.py at least has the same problem (just
 grepping for "expires"). Other places needs searching, too.
  2. Because we send out HTTP/1.1 responses (at least sometimes), we MUST
 use the first format ine section 3.3.1 of the HTTP 1.1 RFC. The attached
 patch implements the third format. So the date format needs improvement.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4119#comment:4>
Django Code <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
-~----------~----~----~----~------~----~------~--~---

Reply via email to