gcc/libjava/java/net
Bryce McKinlay 218e1e912d re PR libgcj/4383 (file: protocol not supported in URLConnection?)
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.

From-SVN: r45898
2001-09-30 08:52:16 +01:00
..
BindException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
ConnectException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
ContentHandler.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ContentHandlerFactory.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DatagramPacket.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
DatagramSocket.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DatagramSocketImpl.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
FileNameMap.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
HttpURLConnection.java Connection.java (gotHeaders): Removed. 2000-08-10 10:10:25 +01:00
InetAddress.java InetAddress.java (addr): Renamed from 'address'. 2000-11-03 07:43:06 +00:00
JarURLConnection.java URLClassLoader.java: Find the JarEntry via the JarFile. 2000-08-20 17:49:12 +00:00
MalformedURLException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
MulticastSocket.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
natInetAddress.cc [multiple changes] 2001-05-24 05:40:37 +00:00
natPlainDatagramSocketImpl.cc re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1) 2001-08-01 17:53:00 +00:00
natPlainSocketImpl.cc re PR libgcj/3694 (natPlainDatagramSocketImpl.cc doesn't compile in ALPHA OSF1) 2001-08-01 17:53:00 +00:00
NetPermission.java decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
NoRouteToHostException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
PlainDatagramSocketImpl.java FileInputStream.java (close): Check if the fd is valid. 2000-12-08 10:28:32 +00:00
PlainSocketImpl.java FileInputStream.java (close): Check if the fd is valid. 2000-12-08 10:28:32 +00:00
ProtocolException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
ServerSocket.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Socket.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SocketException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
SocketImpl.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SocketImplFactory.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SocketOptions.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SocketPermission.java decl.c (init_decl_processing): Add new class "protectionDomain" field. 2001-04-25 16:45:15 +01:00
UnknownHostException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
UnknownServiceException.java Makefile.in: Rebuilt. 2001-09-02 06:18:49 +00:00
URL.java re PR libgcj/4383 (file: protocol not supported in URLConnection?) 2001-09-30 08:52:16 +01:00
URLClassLoader.java prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +00:00
URLConnection.java Fix bug in URLConnection and correct javadoc annotations in StringBuffer. 2001-01-07 20:01:46 +00:00
URLDecoder.java URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com) 2001-01-15 07:58:16 +00:00
URLEncoder.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
URLStreamHandler.java URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../xxx" to "/xxx". 2001-03-19 15:31:14 -08:00
URLStreamHandlerFactory.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00