Stephen More opened SPR-12530 and commented
Method getParams() in org.apache.http.impl.client.InternalHttpClient is no longer supported.
org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.setConnectTimeout( int timeout )
and
org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.setReadTimeout( int timeout )
are trying to call getParams() from httpclient.
Affects: 4.1.3
Issue Links: