Date in HTTP headers

2001-07-26 Thread GOMEZ Henri
Hi, TC 3.2.3 and 3.3b1 didn't send the actually the Date header in http 1.0 connector. RFC2616 indicate that the Date header should be present. What's your opinion adding it to both implementation ? FYI, Tomcat 4.0 send the Date header :)

Re: Date in HTTP headers

2001-07-26 Thread Mike Anderson
+1 Mike Anderson [EMAIL PROTECTED] 07/26/01 12:03PM Hi, TC 3.2.3 and 3.3b1 didn't send the actually the Date header in http 1.0 connector. RFC2616 indicate that the Date header should be present. What's your opinion adding it to both implementation ? FYI, Tomcat 4.0 send the Date header :)

RE: Date in HTTP headers

2001-07-26 Thread Ignacio J. Ortega
give us ( another time more :) some light on that .. only a light remark.. Saludos , Ignacio J. Ortega -Mensaje original- De: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Enviado el: jueves 26 de julio de 2001 20:03 Para: [EMAIL PROTECTED] Asunto: Date in HTTP headers Hi, TC 3.2.3

RE: Date in HTTP headers

2001-07-26 Thread GOMEZ Henri
First at all i'm +1 on adding Date header aswell ( is on my todo list for 3 months now ;) Done, I attached 2 diff one for TC 3.3 CVS and one against TC 3.2.3. Note the little hack to speedup date generation in rfc1123 format :) PS: TC 3.2.3 expose Servlet-Engine but not TC 3.3. What about

RE: Date in HTTP headers

2001-07-26 Thread Ignacio J. Ortega
+1 for this two patches.. -Mensaje original- De: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Enviado el: jueves 26 de julio de 2001 22:17 Para: [EMAIL PROTECTED] Asunto: RE: Date in HTTP headers First at all i'm +1 on adding Date header aswell ( is on my todo list for 3 months now