RE: Cancelling an httpclient-asynch put

2014-05-05 Thread Oleg Kalnichevski
On May 5, 2014 3:54:59 PM CEST, Boxer, Aaron aaron.bo...@uhn.ca wrote: On Fri, 2014-05-02 at 16:23 +, Boxer, Aaron wrote: Hello List, What is the best way of cancelling an httpclient-asynch put ? Currently, I am issuing a cancel(true) on the Future I receive back from the put

RE: Cancelling an httpclient-asynch put

2014-05-05 Thread Boxer, Aaron
I would like to stop all network activity as soon as possible. Is there a way of forcing the client to abort these connections ? Simply throw an exception either from request producer or response consumer. That will immediately terminate the ongoing HTTP message exchange and shut

RE: ZeroCopyPut mystery

2014-05-05 Thread Boxer, Aaron
I know this is an old thread, but I wanted to relate the final scheme I came up with for optimal uploading of DVD files on windows, in case anyone else has to deal with this issue: 1) issue Powershell command from Java to recursively list all files in a root directory, and copy each file to dev

Password exposure in logs

2014-05-05 Thread Bob Anderson
Hi, I know that the password is exposed in clear text on some versions of the http client in debug. Can you tell me what versions? Also it appears this also happens on some errors. Can you send an info on this. Any areas where password are exposed in the clear I need information on.