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

Summary: Check DTD doesn`t detect invalid file reference at EntityDecl
Product: xml Reporter: issues@www <issues>
Component: ToolsAssignee: _ pkuzel <pkuzel>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.