HTT URLConnection.getInputStream seems broken in cvs
Tom Tromey
tromey@redhat.com
Fri Mar 4 23:53:00 GMT 2005
>>>>> "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
More information about the Java
mailing list