commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Patch: java.net.URLConnection


From: Michael Koch
Subject: FYI: Patch: java.net.URLConnection
Date: Fri, 27 Feb 2004 12:05:10 +0100
User-agent: KMail/1.5.4

Hi list,


After much thinking about it I just commited the attached patch to 
classspath. Its a merge from libgcj and fixes some issues with date 
parsing in java.net.URLConnection.


Michael


2004-02-27  Michael Koch  <address@hidden>

        * java/net/URLConnection.java
        (dateFormat1, dateformat2, dateformat3): New fields.
        (dateformats_initialized): New field for lazy initialization of date
        format fields.
        (getHeaderFieldDate): Rewritten to use DateFormat.parse() instead of
        the deprecated Date(String) constructor. This implementation
        (initializeDateFormats): New method,

Attachment: url.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]