This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: date parse error


On Saturday, September 29, 2001, at 02:15  AM, 
niklas.fondberg@i3micro.com wrote:

> Notice contentlength and date difference jdk <-> libgcj

There seems to be a bug in your test case. You can't call setUseCaches() 
after connect(), it results in an IllegalAccessException. This happened 
on both gcj and the JDK 1.3 when I tried it.

The content length was returned correctly for me using a current CVS 
GCJ, at least for the URLs I tried. If it doesn't work for you, it may 
be a deficiency in our http protocol implementation.

Date parsing has also been improved recently. The remaining issues seem 
to be locale and timezone related.

regards

Bryce.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]