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 34317 - nbfs: entities are not parseable
Summary: nbfs: entities are not parseable
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
: 34324 (view as bug list)
Depends on: 31841
Blocks:
  Show dependency tree
 
Reported: 2003-06-11 16:08 UTC by Martin Schovanek
Modified: 2007-09-25 01:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (8.95 KB, text/plain)
2003-06-11 17:01 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2003-06-11 16:08:26 UTC
[Nb build 200306110100, jdk1.4.1]

Code completion doesn't show stuff from external
DTD and entities.
Comment 1 Martin Schovanek 2003-06-11 17:00:13 UTC
Next reload document on XML with external DTD throws:
UnknownHostException: nbfs. I suppose it is caused by the same issue.
Comment 2 Martin Schovanek 2003-06-11 17:01:35 UTC
Created attachment 10663 [details]
Exception
Comment 3 Martin Schovanek 2003-06-11 18:02:37 UTC
In case a XML or DTD document uses external entities it affects almost
all actions.
Comment 4 Martin Schovanek 2003-06-11 18:12:42 UTC
*** Issue 34324 has been marked as a duplicate of this issue. ***
Comment 5 _ pkuzel 2003-06-18 13:36:02 UTC
I have tried with Java HotSpot(TM) Client VM 1.4.1-b21 and all goes OK.

It seems that problem comes from underling JDK, investigating further...
Comment 6 _ pkuzel 2003-06-18 13:45:42 UTC
1.4.2 FCS goes well, too.
Comment 7 _ pkuzel 2003-06-18 13:53:34 UTC
Under JRE 1.4.1_03 works well too, closing as WORKSFORME (in project
branch).
Comment 8 Martin Schovanek 2003-06-25 14:11:25 UTC
Stopper for QBuild #200306250100.
Comment 9 _ pkuzel 2003-06-25 17:05:13 UTC
Is <nbfs://%2Fhome%2Fpk97937%2Fbugs/is34/x317/emptyDTD.dtd> valid URL?
Parser denies to accept it. Original nbfs coding scheme used Q escaping.

I cannot render the specification
<http://www.ietf.org/rfc/rfc2396.txt>. So I tried Mozilla and it also
denies URLs that contain escaping in host name. Escaping is Ok in path.

Issue 31841 seems to be root of the problem.
Comment 10 _ pkuzel 2003-06-27 14:01:03 UTC
31841 was fixed, so this problem has dispeared.
Comment 11 Martin Schovanek 2003-06-30 10:35:48 UTC
VERIFIED