This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 19408 - XML unable to parse local http DTD
Summary: XML unable to parse local http DTD
Status: RESOLVED WONTFIX
Alias: None
Product: xml
Classification: Unclassified
Component: Tree-Edit (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-14 04:10 UTC by Peter Kelley
Modified: 2009-11-02 11:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Kelley 2002-01-14 04:10:52 UTC
When opening an XML document with a local http mounted DTD the IDE is unable to 
read the DTD. The declaration is as follows:

<!DOCTYPE ejbs SYSTEM "http://www/cgi-
bin/cvsweb.cgi/~checkout~/projects/tools/source/xml/generators/ejb.dtd?
rev=1.9.2.4&content-type=text/plain">

XML Spy 3.0 can read this DTD.
Comment 1 _ pkuzel 2002-01-14 09:09:56 UTC
Is "www" your local host name? If it is not then use URL like (see
localhost): http://localhost/www/... . 

I need to consult standard but I guess that your original http URL is
invalid according to http URL specification.
Comment 2 Peter Kelley 2002-01-14 22:51:42 UTC
www is the machine on the local network that CVSWeb resides on, the 
DNS resolves it to something useful.
Comment 3 _ lkramolis 2002-01-15 09:01:52 UTC
There is set timeout (5001 milliseconds) and after that is parsing
stoped. I would like to recommend to create Option property for
parsing timeout to make user chance to change this value.

Comment 4 _ pkuzel 2002-01-16 15:38:11 UTC
Hello Peter could try to use following options while executing runide
command? 

-J-Dnetbeans.debug.exceptions=true -J-Dnetbeans.debug.xml.tree=true
-J-Dnetbeans.debug.tax=true

It shows additional information. Is something strange reported?

 
Could you send a thread dump (Ctrl+Break) captured during parsing
operation that finishes to the fatal error, please?

Thanks a lot.
Comment 5 _ pkuzel 2002-06-03 12:28:23 UTC
Let these are considered while planning next release.
Comment 6 Marek Grummich 2002-07-19 17:22:38 UTC
Target milestone was changed from not determined to TBD
Comment 7 _ pkuzel 2003-07-10 10:54:36 UTC
I'm missing reporter's feedback. I cannot proceed without it.
Comment 8 Quality Engineering 2009-11-02 11:18:17 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX