Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.3 Final
-
None
Description
Previously ClientPNames.CONN_MANAGER_TIMEOUT was expected to be of type long in HttpClientParams. Using the new configuration API it is retrieved with HttpParams#getIntParameterin HttpClientParamConfig. This leads to a class cast exception.