Customer is using RestEasy and see the issue described in https://issues.apache.org/jira/browse/HTTPCLIENT-1340 : Connection re-used in a inconsistent state despite 'Connection: close' after successful authentication One solution here could be to upgrade httpclient and httpcore to 4.2.6 (see https://bugzilla.redhat.com/show_bug.cgi?id=1076434)
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