Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.1
-
None
-
Microsoft Windows XP Pro SP 3
Description
Currently, Cactus utilizes the Commons HttpClient project (org.apache.commons.httpclient) and requires it as a dependency. However, HttpClient left the commons and became a separate Jakarta project over six years ago. Cactus users using HttpClient for other purposes and utilizing any features implemented since 2004 must include HttpClient libraries in their project twice because of this - once from the old project and once from the new project.
The next version of Cactus should be upgraded to use the HttpClient implementation in Apache Jakarta: http://hc.apache.org/httpclient-3.x/