This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Re: HTT URLConnection.getInputStream seems broken in cvs


>>>>> "Fabio" == Fabio Roger <fabioroger@gmail.com> writes:

Fabio> public class Test {
Fabio>    public static void main(String[] args) {
Fabio>       try {
Fabio>          new URL("http://fabio.k2infinity.com/test.hdr";).openStream();
Fabio>       } catch (Exception e) {
Fabio>          e.printStackTrace();
Fabio>       }
Fabio>    }
Fabio> }

This worked fine for me with current CVS HEAD, 4.0, and 3.4.

Tom


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