Re: Cookies in the response body

2016-10-10 Thread Oleg Kalnichevski
On Sun, 2016-10-09 at 17:19 -0400, Arya F wrote: > I am working with a rest server that the cookies are returned in the > response body and not the response headers, which makes it impossible for > HttpClient to automatically deal with the cookies. > > I have extracted the cookies into POJO

Re: org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool

2016-10-10 Thread Oleg Kalnichevski
On Mon, 2016-10-10 at 19:16 +0200, Claudio Degioanni wrote: > Hi All, > > I'm using the library Axis 2 version 1.7.3 with HttpClient 4.4.1, and > after 200 request the library throw a TimeoutException from connection pool. > > From stacktrace I found the exeption is throw by the class >

org.apache.http.conn.ConnectionPoolTimeoutException: Timeout waiting for connection from pool

2016-10-10 Thread Claudio Degioanni
Hi All, I'm using the library Axis 2 version 1.7.3 with HttpClient 4.4.1, and after 200 request the library throw a TimeoutException from connection pool. >From stacktrace I found the exeption is throw by the class PoolingClientConnectionManager, as reported below Caused by: