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 22965 - Check action cannot resolve relative DTD paths
Summary: Check action cannot resolve relative DTD paths
Status: CLOSED DUPLICATE of bug 19578
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ lkramolis
URL:
Keywords:
Depends on: 22940
Blocks:
  Show dependency tree
 
Reported: 2002-04-30 14:26 UTC by _ lkramolis
Modified: 2007-09-25 01:31 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 _ lkramolis 2002-04-30 14:26:09 UTC
Imagine x.xml:

<!DOCTYPE x SYSTEM "./x.dtd">
<x/>

and x.dtd:

<!ELEMENT x EMPTY>

Check action says that cannot found external
entity nbfs:QB[path]QBsampledir/xml/./x.dtd.

Validate actions is OK. It is very confusing.
--

It is caused by Crimson which is used as
non-validating parser and which has problems with
relative paths. Filed bug #22940 against Core
which bundle Crimson.
Comment 1 _ lkramolis 2002-05-07 09:32:16 UTC

*** This issue has been marked as a duplicate of 19578 ***
Comment 2 Martin Schovanek 2002-11-06 12:35:41 UTC
VERIFIED
Comment 3 Quality Engineering 2003-07-02 08:41:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.