eclipse-ee4j / eclipse-ee4j/jersey
Reuse of HttpClientContext in ApacheConnector
Open
Component: connectors
Connector
connectors
Priority: Major
Type: Bug
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
I am using two-way SSL authentication in combination with the ApacheConnector. To get things properly working, I had to modify the sources so that the created HttpClientContext (line 458) is reused, otherwise a new SSL handshake is initiated which causes a lot of overhead.
Is it possible to add that behavior?
#### Affected Versions
[2.10.1]
Contributor guide
Assessment
This issue has not been assessed yet.