chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1075: [intarweb] Expires attribute of set-cookie-par


From: Chicken Trac
Subject: [Chicken-janitors] #1075: [intarweb] Expires attribute of set-cookie-parser should use rfc1123 dates
Date: Sat, 23 Nov 2013 11:28:40 -0000

#1075: [intarweb] Expires attribute of set-cookie-parser should use rfc1123 
dates
---------------------+------------------------------------------------------
 Reporter:  RvdH     |       Owner:  sjamaan
     Type:  defect   |      Status:  new    
 Priority:  major    |   Milestone:  someday
Component:  unknown  |     Version:  4.8.x  
 Keywords:           |  
---------------------+------------------------------------------------------
 A comment in {{{header-parsers.scm}}} says:

 {{{
 ;; We're using http-date-subparser for 'expires' instead of
 rfc850-subparser
 ;; (which would be the correct thing to do) because several well-known web
 ;; server software packages (tested: PHP and Rails) get it wrong.  So we
 ;; will go by the robustness principle and allow any kind of HTTP date.
 }}}

 But according to RFC6265 (http://tools.ietf.org/html/rfc6265#section-4.1)
 the Expires attribute should use RFC1123 dates, not RFC850 dates.

 So I think (at least) the comment is not correct.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/1075>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]