DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29383] - MultiThreadedConnectionManager Accounting Problems

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29383. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29439] New: - Credentials ignored if realm specified in preemptive authentication

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29439] - Credentials ignored if realm specified in preemptive authentication

2004-06-08 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29439. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Interruption connections

2004-06-08 Thread Oliver Koell
Hi all, i'm building a Swing app using HttpClient and, naturally, my users want to be able to cancel slow HTTP requests (as in a Browser). What would be the best way to accomplish this? Should i just interrupt the HttpClient thread, or are there other (safer) methods to do this? Thanks in

RE: Interruption connections

2004-06-08 Thread Kalnichevski, Oleg
Oliver, Unfortunately there's no (standard and easy) way to interrupt execution of an HTTP method in HttpClient 2.0. This limitation has been fixed in the unstable branch (HttpClient 3.0). For the stable branch (HttpClient 2.0) there's no way around forking the stock version of HttpClient or

Re: Interruption connections

2004-06-08 Thread Oliver Koell
Hi Oleg, thanks for your reply, and all the good work, too.. I'm actually already with the unstable branch. What is the preferred way to cancel method execution in HttpClient 3.0? Is this in any way related to which HttpConnectionManager i'm using? (i'm using the SimpleHttpConnectionManager

RE: Interruption connections

2004-06-08 Thread Kalnichevski, Oleg
Hi Oliver HttpMethod#abort should be what you want Cheers, Oleg -Original Message- From: Oliver Koell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 19:07 To: Commons HttpClient Project Subject: Re: Interruption connections Hi Oleg, thanks for your reply, and all the good

Re: Interruption connections

2004-06-08 Thread Oliver Koell
Thanks a lot - i give it a try. /Oliver Hi Oliver HttpMethod#abort should be what you want Cheers, Oleg -Original Message- From: Oliver Koell [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 19:07 To: Commons HttpClient Project Subject: Re: Interruption connections Hi Oleg, thanks