]
Alessio Soldano updated JBWS-3802:
----------------------------------
Fix Version/s: jbossws-cxf-5.0
Empty response returned when SOAP Fault is thrown from an endpoint
having WS-Security Policy Signature profile
--------------------------------------------------------------------------------------------------------------
Key: JBWS-3802
URL:
https://issues.jboss.org/browse/JBWS-3802
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.2.4, jbossws-cxf-4.3
Reporter: Tadayoshi Sato
Fix For: jbossws-cxf-5.0
Please port [
CXF-5810|https://issues.apache.org/jira/browse/CXF-5810], which is the root
cause of the issue, to JBoss WS.
When a web service has a WS-Security Signature policy in its WSDL and throws a SOAP
Fault, it returns an empty HTTP response that has zero-length of content to client instead
of the SOAP Fault.
This happens only with Signature policy and doesn't happen with any other WS-Security
policies like UsernameToken, or without WS-Security.