Re: DefaultServlet problem...

2002-04-12 Thread James Carman
should not share SimpleDateFormat objects across threads. - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 11:14 AM Subject: Re: DefaultServlet problem... > >

Re: DefaultServlet problem...

2002-04-12 Thread Remy Maucherat
> The DefaultServlet class is performing logic which belongs (and is already > there) in the HttpServletRequest implementation. It implements HTTP date > header parsing as follows... > > > // Parsing the HTTP Date > for (int i = 0; (date == null) && (i < formats.le

Re: DefaultServlet problem...

2002-04-12 Thread James Carman
lt;[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 7:42 AM Subject: DefaultServlet problem... I have downloaded the source and fixed a problem in the DefaultServlet. How do I submit the fix for review? -- To unsubscribe, e-mail:

DefaultServlet problem...

2002-04-12 Thread James Carman
I have downloaded the source and fixed a problem in the DefaultServlet. How do I submit the fix for review?