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