DO NOT REPLY [Bug 17947] New: - Need setURI() methods in HttpMethod interface

2003-03-12 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://nagoya.apache.org/bugzilla/show_bu

Re: Bug #12798: Feedback would be welcome

2003-03-12 Thread Michael Becke
Functionality-wise it looks good. I think it only needs some docs on HttpMethod.setPath() and setQuery() that indicates that the values should be escaped. Mike On Wednesday, March 12, 2003, at 05:40 PM, Oleg Kalnichevski wrote: Folks, Can you give me some feedback on this one? http://nagoya.a

Re: DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 Thread Michael Becke
Yes, 4 sounds correct. 3 of them were just from "http" string literals that should have been using getProtocol(). Only one was a real error, but it seems to have been fixed by your last Expect patch. Mike On Wednesday, March 12, 2003, at 03:01 PM, Oleg Kalnichevski wrote: Thanks, Mike. Howev

Bug #12798: Feedback would be welcome

2003-03-12 Thread Oleg Kalnichevski
Folks, Can you give me some feedback on this one? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12798 Cheers Oleg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 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://nagoya.apache.org/bugzilla/show_bu

Re: Bug? HttpMethod.removeRequestHeader( "User-Agent" ) does notremove the header

2003-03-12 Thread Oleg Kalnichevski
Mike, Of course, the users should be able to do silly things if they insist. But do not think we should actively participate. I find current HttpClieet's behavior correct. At the same time, I could live with a patch Oleg On Wed, 2003-03-12 at 20:48, Michael Becke wrote: > > This makes sense from

Re: DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 Thread Oleg Kalnichevski
Thanks, Mike. However, I think it's an overstatement. There's a difference between being able to speak a language correctly and speaking it natively. ExpectContinueMethod somehow does sound right to me. Anyways, it could have been worse. I ran our standard test cases through a proxy and found fou

Re: Bug? HttpMethod.removeRequestHeader( "User-Agent" ) does notremove the header

2003-03-12 Thread Michael Becke
This makes sense from an internal point of view, but from a user's perspective it's kind of weird: You call removeRequestHeader and it doesn't get removed. I was wondering if we should modify HttpMethodBase so that it adds the default User-Agent header in the constructor and in recycle() inste

Re: Bug? HttpMethod.removeRequestHeader( "User-Agent" ) does notremove the header

2003-03-12 Thread Laura Werner
Michael Becke wrote: If the User-Agent header is null the default value is used (take a look at HttpMethodBase.addUserAgentRequestHeaderfrom the system property "httpclient.useragent" and defaults to "Jakarta Commons-HttpClient/2.0alpha3". To change this value you should either set the "httpc

Re: DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 Thread Michael Becke
I don't have anything ready to commit yet. I am also testing SSL with a proxy. I have discovered a few minor test case problems that I am still trying to fix. I have also noticed that using SSL with a proxy is vey slow:) From the quality of your writing I would say your English is as goo

Re: DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 Thread Oleg Kalnichevski
Hi Mike If you have your patch ready, go ahead and check it in. I still want to experiment with SSL via proxy before I commit mine. By the way, as a native English speaker can you think of a better name for ExpectContinueMethod class? Cheers Oleg On Wed, 2003-03-12 at 17:05, Michael Becke wrote

Re: DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 Thread Michael Becke
Looks reasonable to me. I am glad you added the proxy config to TestLocalHostBase. I have done the same, but not checked it in yet. My only suggestion would be to change the proxy system property names to something like: httpclient.test.localProxyHost -> httpclient.test.proxy.host httpclient

DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 17821] - 100-Continue Error

2003-03-12 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://nagoya.apache.org/bugzilla/show_bu

RE: Problem encountered posting large files

2003-03-12 Thread Kalnichevski, Oleg
Hi Gourav The trace does not tell me much. What I can gather from it is that it is quite likely that your web server may have issues with HTTP/1.1 protocol. Try setting HttpClient to use HTTP/1.0 instead. If I recall right, you use HTTP/1.0 when posing requests using a raw socket PostMethod ht

DO NOT REPLY [Bug 13050] - Port 80 is needed to run tests

2003-03-12 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://nagoya.apache.org/bugzilla/show_bu