Bug 1110631

Summary: [GSS] (6.4.0) Empty response returned when SOAP Fault is thrown from an endpoint having WS-Security Policy Signature profile
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Tadayoshi Sato <tasato>
Component: Web ServicesAssignee: Alessio Soldano <asoldano>
Status: CLOSED CURRENTRELEASE QA Contact: Rostislav Svoboda <rsvoboda>
Severity: high Docs Contact:
Priority: high    
Version: 6.2.3CC: bbaranow, jbliznak, kkhan
Target Milestone: DR6   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1111046 (view as bug list) Environment:
Last Closed: 2019-08-02 07:31:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1111046, 1111048, 1111518, 1115213, 1143935    
Attachments:
Description Flags
Reproducer none

Description Tadayoshi Sato 2014-06-18 06:08:24 UTC
Created attachment 909847 [details]
Reproducer

Description of problem:
Platform BZ for https://issues.jboss.org/browse/JBWS-3802

Please port 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.


How reproducible:
100%

Steps to Reproduce:
1. From the base maven project run:
   > mvn clean install jboss-as:deploy
2. Then run:
   > mvn clean test -Pjbossas-remote

Actual results:
- The reproducer client gets empty response from the endpoint.

Expected results:
- The reproducer client should get a SOAP Fault from the endpoint.

Comment 2 JBoss JIRA Server 2014-07-21 15:52:43 UTC
Alessio Soldano <asoldano> updated the status of jira JBWS-3802 to Resolved

Comment 4 Jan Blizňák 2014-11-04 16:56:26 UTC
Verified with 6.4.0.DR8

Comment 5 JBoss JIRA Server 2015-04-25 20:26:34 UTC
Alessio Soldano <asoldano> updated the status of jira JBWS-3802 to Closed