[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gcc-bugs
Subject:    Re: libgcj/4383
From:       Bryce McKinlay <bryce () waitaki ! otago ! ac ! nz>
Date:       2001-09-30 7:43:40
[Download RAW message or body]

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4383&database=gcc

> Using a file: URL with URL.openConnection() to create a 
> URLConnection() throws a NullPointerException. Similarly for any 
> server name in an http: URL where that server name cannot be resolved 
> to via DNS.


I couldn't reproduce this. In my test case, a sever name that cannot be 
resolved results in an UnknownHostException, and the file protocol 
handler works correctly. One problem that could result in an NPE was if 
you used a file: URL containing a hostname. The file handler would 
(correctly) attempt to switch to the ftp handler, however we dont have 
the ftp handler yet. I'm going to check in a patch which will make it 
throw a more informative IOException.

regards

Bryce.

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic