[
https://issues.apache.org/jira/browse/CXF-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
aaron pieper updated CXF-2542:
------------------------------
Attachment: stack-trace.txt
CxfBug0.java
A small program demonstrating the bug, and its associated stack trace. The
error does not occur in CXF 2.2.2.
> DelegatingInputStream.close() causes MessageImpl.getContextualProperty throw
> NullPointerException
> -------------------------------------------------------------------------------------------------
>
> Key: CXF-2542
> URL: https://issues.apache.org/jira/browse/CXF-2542
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.2.4
> Reporter: aaron pieper
> Attachments: CxfBug0.java, stack-trace.txt
>
>
> Parsing AttachmentDeserializer's attachments causes an NPE in
> MessageImpl.getContextualProperty sometimes. This can be fixed by adding a
> null check in MessageImpl's getContextualProperty method.
> This problem exists in 2.2.4, it did not exist in 2.2.2. It was caused by a
> change in DelegatingInputStream's close behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.