commit-classpath
[Top][All Lists]
Advanced

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

classpath ./ChangeLog java/net/JarURLConnection...


From: Michael Koch
Subject: classpath ./ChangeLog java/net/JarURLConnection...
Date: Sun, 12 Oct 2003 13:24:38 -0400

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Michael Koch <address@hidden>   03/10/12 13:24:38

Modified files:
        .              : ChangeLog 
        java/net       : JarURLConnection.java URLConnection.java 

Log message:
        2003-10-12  Michael Koch  <address@hidden>
        
        * java/net/JarURLConnection.java
        (jarFileURL): Made final.
        (entryName): Renamed from entry_name, made file.
        (getJarEntry): Renamed file to jarFile.
        (getCertificates): Check getJarEntry() != null.
        (getMainAttributes): Check getManifest() != null.
        * java/net/URLConnection.java
        (def_req_props): Removed, obsoleted since JDK 1.3.
        (): Renamed d to date.
        (toString): Print class name.
        (): Added possible exceptions in documentation.
        (setRequestProperty): Check for key == null and connection state.
        (addRequestProperty): Check for key == null, fixed documentation.
        (getRequestProperty): Check for connection state.
        (getRequestProperties): Check for connection state.
        (setDefaultRequestProperty): Does nothing since JDK 1.3.
        (getDefaultRequestProperty): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.1523&tr2=1.1524&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/net/JarURLConnection.java.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/net/URLConnection.java.diff?tr1=1.18&tr2=1.19&r1=text&r2=text





reply via email to

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