The following reply was made to PR mod_jserv/3788; it has been noted by GNATS.
From: "jon *" <[EMAIL PROTECTED]> To: Jochen Schwarze <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_jserv/3788: StringIndexOutOfBoundsException thrown in JServConnection.getDateHeader() Date: Fri, 05 Feb 1999 10:37:02 -0800 > But suprisingly, it does _not_ reproduce the problem! > Any ideas? > please check out the latest cvs source code...this is a known bug in SimpleDateFormat. the fix as described in BugParade is to append a " " before the string to be parsed. this has already been fixed in cvs. thanks, -jon