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

2005-07-07 Thread mmitchel at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.0.1 |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637

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

2005-07-01 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-07-02 00:10 --- Not yet. I think my plan was to fix it by using the classpath version of this class. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637

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

2005-07-01 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-01 22:14 --- Was this ever fixed on the mainline? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21637

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

2005-05-20 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-20 20:03 --- I've checked in a patch to the 4.0 branch. A different approach seems best for the trunk, so I'm going to leave the PR open until I write that. -- What|Removed |Added ---

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

2005-05-20 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-20 20:02 --- Subject: Bug 21637 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-05-20 20:02:16 Modified files: libjava: Change

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

2005-05-18 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-19 05:35 --- I'm testing a fix for this. -- What|Removed |Added AssignedTo|unassigned at gcc dot