I\'m using the fluent API of HttpClient to make a GET request:
String jsonResult = Request.Get(requestUrl) .connectTimeout(2000) .soc
Solved with:
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.http.client.protocol.ResponseProcessCookies", "fatal");