dmatej commented on code in PR #101: URL: https://github.com/apache/santuario-xml-security-java/pull/101#discussion_r1223069814
########## src/main/java/org/apache/xml/security/stax/impl/processor/input/AbstractDecryptInputProcessor.java: ########## @@ -344,7 +343,8 @@ XMLStreamReader xmlStreamReader = inputProcessorChain.getSecurityContext().<XMLInputFactory>get( XMLSecurityConstants.XMLINPUTFACTORY).createXMLStreamReader( - new MultiInputStream(prologInputStream, decryptInputStream, epilogInputStream), StandardCharsets.UTF_8.name()); + new MultiInputStream(prologInputStream, decryptInputStream, epilogInputStream), Review Comment: True, but not changed by this PR at this moment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@santuario.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org