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 15793 - Check DTD doesn`t detect invalid file reference at EntityDecl
Summary: Check DTD doesn`t detect invalid file reference at EntityDecl
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tools (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-21 14:15 UTC by issues@www
Modified: 2007-09-25 01:33 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 issues@www 2001-09-21 14:15:52 UTC
Description: 

FFJ Build 010817 CE, NT4 with JDK 1.3.1]

Steps to reproduce:
-------------------
1) create DTD document like this:

   <!ENTITY % a  SYSTEM "!unexist!"> <!-- invalid file reference -->
   <!ENTITY % b "b">
   <!ENTITY % c "%b;%a;c">
   <!ENTITY % d "%b:%a;d"> <!-- after %b should be ; instead of : -->

2) check the DTD document

Check DTD action doesn't detect any errors.

Evaluation: 

xxx@xxxx 2001-09-21 This could be xerces2 parser problem.

A comment.
Comment 1 Jan Chalupa 2001-11-27 17:39:06 UTC
Target milestone -> 3.3.1.
Comment 2 Jan Chalupa 2001-11-27 17:42:37 UTC
Target milestone -> 3.3.1.
Comment 3 _ lkramolis 2002-01-10 13:20:08 UTC
Fixed in release33 branch.
Comment 4 Martin Schovanek 2002-01-21 20:05:03 UTC
VERIFIED
Comment 5 Quality Engineering 2003-07-02 08:38:04 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.