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:48:45 UTC

svn commit: r1856228 - /santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java

Author: coheigea
Date: Mon Mar 25 18:48:45 2019
New Revision: 1856228

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

This reverts commit 98639a5fd2d13d0df17ac6b2a91cbaf5da3bdd64.

Modified:
    santuario/xml-security-java/trunk/src/main/java/org/apache/xml/security/stax/impl/XMLSecurityStreamReader.java

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