You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2009/07/25 21:30:14 UTC

[jira] Created: (AXIS2-4450) Message builders for SOAP and XML should not attempt to load DTDs

Message builders for SOAP and XML should not attempt to load DTDs
-----------------------------------------------------------------

                 Key: AXIS2-4450
                 URL: https://issues.apache.org/jira/browse/AXIS2-4450
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Minor


When Axis2 receives a message with a DOCTYPE declaration referencing a DTD (using a system ID), it will attempt to load that DTD. Since SOAP doesn't allow DTDs, we should not try to load it.

See also: http://markmail.org/message/e4yiij7lfexastvl

Note that the described behavior depends on the StAX parser implementation. For more information, see WSCOMMONS-394 (which also describes a potential solution for the present issue).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.