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:50:17 UTC

svn commit: r1856229 - /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:50:17 2019
New Revision: 1856229

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

This reverts commit 2e032d67431ba557f8bec846eb0d9de2e823d7d6.

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=1856229&r1=1856228&r2=1856229&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:50:17 2019
@@ -167,7 +167,6 @@ public class XMLSecurityStreamReader imp
                 case SPACE:
                 case COMMENT:
                 case PROCESSING_INSTRUCTION:
-                case START_DOCUMENT:
                     continue;
                 case CDATA:
                 case CHARACTERS: