This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: date parse error
- To: niklas dot fondberg at i3micro dot com
- Subject: Re: date parse error
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Sat, 29 Sep 2001 09:59:57 +1200
- Cc: java at gcc dot gnu dot org
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.