You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (Jira)" <ji...@apache.org> on 2020/04/03 13:37:00 UTC

[jira] [Created] (SANTUARIO-531) Provde a way of plugging in a custom way of parsing an inputstream into a DOM Document

Colm O hEigeartaigh created SANTUARIO-531:
---------------------------------------------

             Summary: Provde a way of plugging in a custom way of parsing an inputstream into a DOM Document
                 Key: SANTUARIO-531
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-531
             Project: Santuario
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: Java 2.2.0


Right now, XMLUtils.read is used to parse an inputstream into a DOM Document. However it's not possible to change the implementation that's used. This task is to provide a means of doing that.

 

A new system property "org.apache.xml.security.XMLParser" can be set to configure an XMLParser implementation. If it is not specified, it falls back to the XMLParserImpl shipped in Santuario, which is the default implementation of the functionality that was previously in XMLUtils.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)