This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push: new 7c01fa7 Moving LimitingInputStream from Santuario into WSS4J 7c01fa7 is described below commit 7c01fa777bfe219e61ad101ae846ce0907d8ad76 Author: Colm O hEigeartaigh <cohei...@apache.org> AuthorDate: Wed May 13 07:44:08 2020 +0100 Moving LimitingInputStream from Santuario into WSS4J --- .../apache/wss4j/stax/impl/processor/input/DecryptInputProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/input/DecryptInputProcessor.java b/ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/input/DecryptInputProcessor.java index 91727a3..1a2b2db 100644 --- a/ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/input/DecryptInputProcessor.java +++ b/ws-security-stax/src/main/java/org/apache/wss4j/stax/impl/processor/input/DecryptInputProcessor.java @@ -47,6 +47,7 @@ import org.apache.wss4j.stax.ext.WSSConstants; import org.apache.wss4j.stax.ext.WSSSecurityProperties; import org.apache.wss4j.stax.securityEvent.EncryptedPartSecurityEvent; import org.apache.wss4j.stax.securityToken.WSSecurityTokenConstants; +import org.apache.wss4j.stax.utils.LimitingInputStream; import org.apache.wss4j.stax.utils.WSSUtils; import org.apache.xml.security.binding.xmldsig.KeyInfoType; import org.apache.xml.security.binding.xmldsig.TransformType; @@ -67,7 +68,6 @@ import org.apache.xml.security.stax.ext.XMLSecurityProperties; import org.apache.xml.security.stax.ext.XMLSecurityUtils; import org.apache.xml.security.stax.ext.stax.XMLSecStartElement; import org.apache.xml.security.stax.impl.processor.input.AbstractDecryptInputProcessor; -import org.apache.xml.security.stax.impl.util.LimitingInputStream; import org.apache.xml.security.stax.securityEvent.ContentEncryptedElementSecurityEvent; import org.apache.xml.security.stax.securityEvent.EncryptedElementSecurityEvent; import org.apache.xml.security.stax.securityEvent.TokenSecurityEvent;