[
https://issues.apache.org/jira/browse/CAMEL-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15739950#comment-15739950
]
ASF GitHub Bot commented on CAMEL-10579:
----------------------------------------
GitHub user scholisj opened a pull request:
https://github.com/apache/camel/pull/1342
Fix for CAMEL-10579. Similar to fix for CAMEL-8708, but for SOAP 1.1.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scholisj/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1342.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1342
----
commit 5c2f5da5a99b3098e2360841d5689fde8f869cf4
Author: Jonathan Scholis <[email protected]>
Date: 2016-12-11T15:56:59Z
Fix for CAMEL-10579. Similar to fix for CAMEL-8708, but for SOAP 1.1.
----
> SOAP 1.1 unmarshalling fails for faults that lack a detail element
> ------------------------------------------------------------------
>
> Key: CAMEL-10579
> URL: https://issues.apache.org/jira/browse/CAMEL-10579
> Project: Camel
> Issue Type: Bug
> Components: camel-soap
> Affects Versions: 2.17.2, 2.18.1
> Reporter: Jonathan Scholis
> Priority: Minor
> Labels: soap11
> Fix For: 2.17.5, 2.18.2, 2.19.0
>
> Attachments: 10579 2172 stacktrace.txt
>
>
> The Soap11DataFormatAdapter class has the same issue that was previously
> fixed in the Soap12DataFormatAdapter class (CAMEL-8708). Specifically, it
> throws a NullPointerException in the event of a missing SOAP fault detail,
> which is allowed per specifications
> (https://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Ref477795995). I believe
> the same fix should be applied to the Soap11DataFormatAdapter code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)