eclipse-ee4j / eclipse-ee4j/jersey
calling a request with basic authentification will take 2 calls using ApacheConnector
Open
Component: core
Priority: Major
Type: Bug
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
I create a basic get call to a server with Basic authentification. I use 2 max connections for a client and 20 max connection in the pool.
My demo make 2 calls, the first one I received a response, but the second stall there because I setted 2 connections max, and the first request took 2 connections instead of one.
#### Affected Versions
[2.22.1]
Contributor guide
Assessment
This issue has not been assessed yet.