-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP_EWP 5.1.2
-
Fix Version/s: EAP_EWP 5.2.0
-
Component/s: Web Services
-
Labels:None
-
Steps to Reproduce:
-
Affects:Release Notes
-
Workaround Description:
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
-
Docs QE Status:NEW
When ReadHeaderInterceptor processes the following inbound SOAP message, DOMUtils throws a NullPointerException for the null namespace Header element:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:foo="http://cxf.apache.org/foo" xmlns:bar="http://cxf.apache.org/bar">
|
<soapenv:Header>
|
<foo:myheader>
|
<Header>
|
<bar:type>mytype</head:type>
|
</Header>
|
</foo:myheader>
|
</soapenv:Header>
|
...
|
A NPE guard is needed.
- blocks
-
JBPAPP-9495 [JBossWS] Release and Upgrade JBossWS CXF for EAP 5.1.3
-
- Closed
-
- relates to
-
JBPAPP6-1342 NullPointerException in CXF DOMUtils when soap header contains null namespace element
-
- Closed
-
- links to