HorsePunchKid - 2014-08-03

I realize this is a very old bug, but I came across similar behavior in FlickrDownload. In my situation, the cookies are irrelevant, and I was able to suppress the warning by applying CookiePolicy.IGNORE_COOKIES to the HttpMethod's HttpClientParams, something like: method.getParams().setCookiePolicy(CookiePolicy.IGNORE_COOKIES);