Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: wagon-http
-
Labels:None
-
Number of attachments :
Description
The http wagon should take advantage of the connection pooling feature of commons-httpclient. Currently, the multithreaded connection manager is used, which is right, but instantiated per request, which defeats the purpose. It needs to be created and stored statically, since multiple instances will be created in Maven 2. The patch also updates the httpclient version to 3.1
Issue Links
- duplicates
-
WAGON-86
add timeout to HttpUtils/wagon
-
Activity
Don Brown
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Duplicate [ 3 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Wendy Smoak
made changes -
Brett Porter
made changes -
| Workflow | jira [ 82736 ] | Maven New [ 88509 ] |
See
WAGON-86