[
https://issues.apache.org/jira/browse/XERCESC-1763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alberto Massari resolved XERCESC-1763.
--------------------------------------
Resolution: Fixed
Fix Version/s: 2.9.0
3.0.0
Assignee: Alberto Massari
A fix is in SVN
> External entity declaration with empty system identifier treated as internal
> entity ...
> ---------------------------------------------------------------------------------------
>
> Key: XERCESC-1763
> URL: https://issues.apache.org/jira/browse/XERCESC-1763
> Project: Xerces-C++
> Issue Type: Bug
> Components: Validating Parser (DTD)
> Affects Versions: 2.8.0
> Environment: This is likely to be platform-independent.
> Reporter: Jacques Legare
> Assignee: Alberto Massari
> Priority: Minor
> Fix For: 3.0.0, 2.9.0
>
>
> An empty system identifier in an external entity declaration causes the
> entity to be treated as internal. This appears to be because
> DTDScanner::scanEntityDef () doesn't distinguish between a NULL pointer for
> the system identifier and the first character of the system identifier being
> NULL.
> Meanwhile, production [11] of Section 2.3 of the XML Specification states
> that a system identifier can be empty. So, as best I can tell, the following
> <!ENTITY foo SYSTEM "">
> should be declarating an external entity.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]