[ 
https://issues.apache.org/jira/browse/WSS-547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14653981#comment-14653981
 ] 

Colm O hEigeartaigh commented on WSS-547:
-----------------------------------------

Hi Marc,

Yes this makes sense. Jens, have you discovered a resource leak in practice 
using CXF? If so then the bug would seem to be in CXF, as it should be 
responsible for closing the stream, as Marc says.

Colm.

> unreleased resource
> -------------------
>
>                 Key: WSS-547
>                 URL: https://issues.apache.org/jira/browse/WSS-547
>             Project: WSS4J
>          Issue Type: Bug
>          Components: WSS4J Core
>    Affects Versions: 2.0.3
>            Reporter: Jens Kordowski
>            Assignee: Marc Giger
>             Fix For: 2.0.6, 2.1.3
>
>
> Hi,
> found 2 resource leaks:
> org.apache.wss4j.stax.impl.processor.output.WSSSignatureOutputProcessor.digestExternalReference()
>  opens an InputStream:
> InputStream inputStream = attachment.getSourceStream();
> In case the later buildTransformerChain() throws an XMLSecurityException, 
> this resource is leaked.
> org.apache.wss4j.stax.impl.processor.input.WSSSignatureReferenceVerifyInputProcessor.verifyExternalReference()
>  does the same thing:
> InputStream attachmentInputStream = attachment.getSourceStream();
> In case the later reateMessageDigestOutputStream() throws an 
> XMLSecurityException, the resource is leaked.
> Best regards
> Jens



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to