[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1646) don't read external DTDs if we don't have to
Norman Richards (JIRA)
jira-events at lists.jboss.org
Wed Jul 11 13:11:31 EDT 2007
don't read external DTDs if we don't have to
--------------------------------------------
Key: JBSEAM-1646
URL: http://jira.jboss.com/jira/browse/JBSEAM-1646
Project: JBoss Seam
Issue Type: Feature Request
Reporter: Norman Richards
When parsing XML files that we don't control, like ejb-jar.xml it's possible for the parser to make network connections to resolve DTDs. Rather than trying to maintain a local cache, I am adding a safe parsing mode which will completely ignore external references. If the external DTD is critical to parsing (default attributes, for example), the DTD still can be cached and the document parsed normally.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list