Bug 1078186
Summary: | [GSS] (6.4.0) Connection re-used in a inconsistent state despite 'Connection: close' after successful authentication | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Shaun Appleton <sappleto> | |
Component: | RESTEasy | Assignee: | Weinan Li <weli> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Katerina Odabasi <kanovotn> | |
Severity: | urgent | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.2.0 | CC: | bbaranow, bmaxwell, cdewolf, kanovotn, kkhan, pgier, vtunka, weli | |
Target Milestone: | DR1 | Flags: | smumford:
needinfo-
|
|
Target Release: | EAP 6.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
URL: | https://c.na7.visual.force.com/apex/Case_View?id=500A000000HphDe | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
** Bug fix text needed
In this release of JBoss EAP 6, when sending a client request multiple times, the connection is not handled properly by the underlying httpClient.
RESTeasy is using module `org.apache.httpcomponents` provided by JBoss EAP which is currently in version 4.2.1-redhat-1. The version 4.2.6 of `org.apache.httpcomponents` fixes the problem.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1123871 (view as bug list) | Environment: | ||
Last Closed: | 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: | 1120064, 1123871 |
Description
Shaun Appleton
2014-03-19 11:04:07 UTC
dependencies org.apache.httpcomponents:httpclient:4.2.1-redhat-1 org.apache.httpcomponents:httpcore:4.2.1-redhat-1 org.apache.httpcomponents:httpmime:4.2.1-redhat-1 are provided by EAP module org.apache.httpcomponents this module is used by modules org.jboss.resteasy.resteasy-jaxrs com.redhat.gss.redhat-support-lib-java Note: jboss-eap-6.3.0.DR4-all-GAVs.txt contains two other dependencies not found in EAP 6.3 or distributed maven repo org.apache.httpcomponents:httpcomponents-client:4.2.1-redhat-1 org.apache.httpcomponents:httpcomponents-core:4.2.1-redhat-1 Set the Target Release to TBD EAP 6 so that this bug appears in Release Notes dashboards and can be included as required. Weinan,Katerina, could you please supply some information about this issue for inclusion in the 6.3.0 Release Notes (Known Issues)? Hi Scott, a brief description: When sending client request multiple times, connection is not handled properly by the underlying httpClient. Resteasy is using module org.apache.httpcomponents provided by EAP which is currently in version 4.2.1-redhat-1. The version 4.2.6 of org.apache.httpcomponents fixes the problem. Thanks Katerina. I've added a release note text and marked this for inclusion in the 6.3.0 Release Notes. PR for upstream: https://github.com/resteasy/Resteasy/pull/522/files PR for upstream Branch_2_3: https://github.com/resteasy/Resteasy/pull/523 Should be fixed by org.apache.httpcomponents 4.2.6 upgrade, setting to MODIFIED. https://bugzilla.redhat.com/show_bug.cgi?id=1120064 Verified in EAP 6.4.0.DR2. Ron Sigal <ron.sigal> updated the status of jira RESTEASY-1043 to Resolved Ron Sigal <ron.sigal> updated the status of jira RESTEASY-1043 to Closed |