This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libgcj/21637] [4.2 Regression] URL.openStream doesn't throw a FileNotFoundException with some urls



------- Comment #9 from mark at gcc dot gnu dot org  2006-03-03 15:25 -------
In classpath (cvs upstream) this seems to have been solved now by:

2006-03-03  Wolfgang Baer  <WBaer@gmx.de>

        * gnu/java/net/protocol/jar/Connection.java:
        (connect): Throw FileNotFoundException.
        (getInputStream): Remove duplicated code.

But libgcj contains an override for gnu/java/net/protocol/jar/Connection.java.
I haven't investigated why yet. But it would be nice if we could merge this
class again after the next classpath update.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637


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