> What is the minimum supported JDK version for > the HttpClient class library?
The intention is to keep the external interface (see http://jakarta.apache.org/commons/versioning.html) JDK 1.1 compatible if reasonable, so that JDK 1.1 friendly versiosn are possible. The internal interface currently requires 1.2, but not 1.3, I believe. There was some discussion on this on topic on this list a while back.
