Bug 793073 (JBEPP-155)

Summary: JBPORTAL-2368: Setting the ResourceResponse.HTTP_STATUS_CODE property does not modify the actual server response status code
Product: [JBoss] JBoss Enterprise Portal Platform 4 Reporter: Martin Weiler <mweiler>
Component: PortalAssignee: Thomas Heute <theute>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.3.0.GA_CP2, 4.3.0.GA_CP3CC: dpardon
Target Milestone: ---   
Target Release: 4.3.0.GA_CP5   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-155
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-29 12:17:05 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:

Description Martin Weiler 2010-01-20 09:25:47 UTC
Date of First Response: 2010-06-29 08:17:05
Help Desk Ticket Reference: https://enterprise.redhat.com/issue-tracker/386913
project_key: JBEPP

Platform issue for JBPORTAL-2368

(Note: the fix applied in rev13207 should actually be applied to *both* HTTPResponse.sendResponse methods)

Comment 1 Martin Weiler 2010-01-20 09:26:14 UTC
Link: Added: This issue depends JBPORTAL-2368


Comment 2 Thomas Heute 2010-06-29 12:17:05 UTC
Actually fixed by JBEPP-282

Comment 3 dpardon 2012-04-28 14:16:07 UTC
This issue still exists in JBoss epp 5.2

Fr instance:  resourceResponse.setProperty(ResourceResponse.HTTP_STATUS_CODE,"500");

This code works with Gatein 3.2, but with JBoss epp the web browser always receives a status code "200".