You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2019/03/25 18:26:46 UTC

svn commit: r1856223 - /santuario/xml-security-java/branches/2.1.x-fixes/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java

Author: coheigea
Date: Mon Mar 25 18:26:46 2019
New Revision: 1856223

URL: http://svn.apache.org/viewvc?rev=1856223&view=rev
Log:
Allow START_DOCUMENT for XMLSecurityStreamReader

Modified:
    santuario/xml-security-java/branches/2.1.x-fixes/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java

Modified: santuario/xml-security-java/branches/2.1.x-fixes/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/branches/2.1.x-fixes/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java?rev=1856223&r1=1856222&r2=1856223&view=diff
==============================================================================
--- santuario/xml-security-java/branches/2.1.x-fixes/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java (original)
+++ santuario/xml-security-java/branches/2.1.x-fixes/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java Mon Mar 25 18:26:46 2019
@@ -167,6 +167,7 @@ public class XMLSecurityStreamReader imp
                 case SPACE:
                 case COMMENT:
                 case PROCESSING_INSTRUCTION:
+                case START_DOCUMENT:
                     continue;
                 case CDATA:
                 case CHARACTERS: