Re: Use HttpClinet to login a https site.

2004-09-06 Thread Roland Weber
Hi Ian, the trick is in the onload="document.AUTOSUBMIT.submit()" part of the HTML page. A browser will detect this handler and execute the JavaScript code in it after loading the document. That particular JavaScript creates a followup request, sending the data in the hidden input field "SMPostPre

Re: Use HttpClinet to login a https site.

2004-09-06 Thread Oleg Kalnichevski
Ian, I'd need to see the complete HTTP frame to be able to tell for sure. Please consult the HttpClient logging guide for instructions how to activate the debug/wire logging and post the resultant log to this mailing list http://jakarta.apache.org/commons/httpclient/logging.html You mat want to o

Use HttpClinet to login a https site.

2004-09-06 Thread Ian Zhang
Hi, Everyone. I am not sure if this mailing list is the place asking for help. If it is not, sorry. === I use HttpClient 2.01 to login a site using form (post method) login. I got the following response message. It looks like it continue to processing. The Netscape or IE will automaticall

DO NOT REPLY [Bug 29767] - [API DOC] Authentication guide update: alternate authentication

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

Re: HttpClient Powered

2004-09-06 Thread Oleg Kalnichevski
I personally feel extremely flattered by the fact that Spring framework project chose to utilize HttpClient for their remoting solution. However, like in case of Apache Axis, HttpClient is only one of many transport options and thus completely orthogonal as far as the framework itself is concerned

Re: HttpClient Powered

2004-09-06 Thread Oleg Kalnichevski
X-Smiles and TreeGrow have been added to the powered by HttpClient application list http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/xdocs/applications.xml?r1=1.17&r2=1.18&diff_format=h Oleg On Mon, 2004-09-06 at 14:35, Mikko Honkala wrote: > Hi, > > X-Smiles is an Open-Source XML

Re: Performance

2004-09-06 Thread Oleg Kalnichevski
Folks, Could you please grab the latest 2.0 nightly build and see if it runs stable enough for production purposes? When we have a couple of reports confirming adequate stability, we'll call for the 2.0.2 release Oleg On Fri, 2004-09-03 at 00:00, Eric Johnson wrote: > My read on Odi's statistic

DO NOT REPLY [Bug 29767] - [API DOC] Authentication guide update: alternate authentication

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

DO NOT REPLY [Bug 21329] - Add InputStream buffering.

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

HttpClient Powered

2004-09-06 Thread Mikko Honkala
Hi, X-Smiles is an Open-Source XML parser, that has extensive standards support. http://www.xsmiles.org/ We are from version 0.92 using Apache HTTPClient as the main HTTP client. Regards, Mikko Honkala, X-Smiles project manager -

URLGetMethod.executeMethod is hanging under multi threaded environment

2004-09-06 Thread Koundinya \(Sudhakar Chavali\)
Subject: URLGetMethod.executeMethod is hanging under multi threaded environment Hello Guys, Please see the folloiwng code. I am trying to download the mails of MS Exchange Server using URLGetMethod.executeMethod. But when execution pointer comes to the thread area (URLGetMethod.executemethod),

Re: URLGetMethod.executeMethod is hanging under multi threaded environment

2004-09-06 Thread Roland Weber
Hello, unfortunately, you left out the part where the HttpClient instance is created. Did you remember to install a MultiThreadedHttpConnectionManager? If the same client object is passed to several of the SaveAttachmentThread instances, you need the thread-safe connection manager. But the main

URLGetMethod.executeMethod is hanging under multi threaded environment

2004-09-06 Thread Koundinya \(Sudhakar Chavali\)
Subject: URLGetMethod.executeMethod is hanging under multi threaded environment Hello Guys, Please see the folloiwng code. I am trying to download the mails of MS Exchange Server using URLGetMethod.executeMethod. But when execution pointer comes to the thread area (URLGetMethod.executemethod)