bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug xml/30983] DocumentBuilder.parse throws exception


From: gbenson at redhat dot com
Subject: [Bug xml/30983] DocumentBuilder.parse throws exception
Date: 8 Mar 2007 09:34:40 -0000


------- Comment #13 from gbenson at redhat dot com  2007-03-08 09:34 -------
So I tried the testcase on IBM and like BEA it produced no output, but it
turned out that an exception very similar to tromey's was being eaten:

  java.net.UnknownHostException: newsExtensionContent.xml
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:215)
        at java.net.Socket.connect(Socket.java:536)
        at java.net.Socket.connect(Socket.java:486)
        at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
        at sun.net.NetworkClient.openServer(NetworkClient.java:141)
        at sun.net.ftp.FtpClient.openServer(FtpClient.java:503)
        at sun.net.ftp.FtpClient.openServer(FtpClient.java:490)
        ...

It seems tromey's exception is the "correct" response to the broken URL. 
However, we only get it because the patch subtly disables the entity resolver,
and I can't see how that can be the right thing to do.


-- 


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]