This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


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

libgcj/4383


The following reply was made to PR libgcj/4383; it has been noted by GNATS.

From: bryce@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: libgcj/4383
Date: 30 Sep 2001 07:52:17 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	bryce@gcc.gnu.org	2001-09-30 00:52:16
 
 Modified files:
 	libjava        : ChangeLog 
 	libjava/java/net: URL.java 
 	libjava/gnu/gcj/protocol/file: Connection.java Handler.java 
 
 Log message:
 	PR libgcj/4383
 	
 	* gnu/gcj/protocol/file/Connection.java (connect): Throw
 	FileNotFoundException if appropriate.
 	* gnu/gcj/protocol/file/Handler.java (openConnection): Throw an
 	IOException if we got a file: url with a hostname. Comment out protocol
 	switch to ftp for now.
 	* java/net/URL.java (URL): Include protocol name in exception
 	message
 	when handler can't be found.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.923&r2=1.924
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/java/net/URL.java.diff?cvsroot=gcc&r1=1.8&r2=1.9
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/protocol/file/Connection.java.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/gnu/gcj/protocol/file/Handler.java.diff?cvsroot=gcc&r1=1.5&r2=1.6
 


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