Bug 1077259
Summary: | [GSS] (6.3.0) HttpServletRequestSnapshot is not created for requests with WSA ReplyTo prop set | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Kyle Lape <klape> | |
Component: | Web Services | Assignee: | Alessio Soldano <asoldano> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Rostislav Svoboda <rsvoboda> | |
Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> | |
Priority: | unspecified | |||
Version: | 6.2.0 | CC: | jbliznak, kkhan, smumford | |
Target Milestone: | ER4 | |||
Target Release: | EAP 6.3.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
A bug previous releases of JBoss EAP 6 prevented HttpServletRequestSnapshot from being created for requests with WS-Addressing enabled and the ReplyTo header property specified to a non generic address.
This bug resulted in an immediate HTTP 202 response and the servlet request being early recycled by the container. This prevented endpoints from accessing the servlet request context information.
The issue has been resolved in this release of the product by an upgrade to the CXF component.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1077262 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-28 15:26:59 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: | 1077262, 1077263, 1087653, 1103627 |
Description
Kyle Lape
2014-03-17 15:17:32 UTC
CXF-5602 is sort-of dependent on CXF-5116, so I'm adding it here. Flagged as Known Issue as ticket unresolved at the time of writing the release note. Alessio Soldano <asoldano> updated the status of jira JBWS-3773 to Resolved Solved by update https://bugzilla.redhat.com/show_bug.cgi?id=1087653 Moving to ER4 since ER3 is the new beta candidate, and is ER2+beta blockers only Verified on 6.3.0.ER4 I verified that reproducers from customer case test the problem. I tried to run them with results: all failed on 6.3.0.ER3 all passed on 6.3.0.ER4 I also checked that all fixes for CXF-5602 and CXF-5116 are really included in CXF 2.7.11 |