DO NOT REPLY [Bug 20981] - HTTPClient trace() calls a lot of overhead; consider isTraceEnabled() test

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

URL codec contribution to Commons Codec submitted

2003-06-24 Thread Kalnichevski, Oleg
Folks, I have just finished the first draft of the URL codec and submitted it to the Commons Codec people for review as the following feature request: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21053 Please let me know what you think. Feel free to submit variations of my patch if you

automatic management of cookie

2003-06-24 Thread Amit Rana
Hi, Cookies document at http://jakarta.apache.org/commons/httpclient/cookies.html states quote HttpClient supports automatic management of cookies, including allowing the server to set cookies and automatically return them to the server when required. /quote Do we have to make

INFO

2003-06-24 Thread Zulfi Umrani
Does anyone know how to suppress the information message generated by http client. [INFO] HttpMethod - -100 (continue) read timeout. Resume sending the request Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: automatic management of cookie

2003-06-24 Thread Michael Becke
Hello Amit, HttpClient client = new HttpClient(); client.getState().setCookiePolicy(CookiePolicy.COMPATIBILITY); HttpMethod method = new GetMethod(url); Int statusCode = client.executeMethod(method); This will configure HttpClient to use the compatibility cookie mode. This is not necessarily

RE: automatic management of cookie

2003-06-24 Thread Amit Rana
Hello Michael, Thank you for the reply. What exactly is the problem you are having? Is HttpClient throwing exceptions when it tries to parse the cookies from this server? I am sorry for not writing clearly before. I am trying to access a site which gives me a fixed response Server is busy

Extra newline when using ByteArrayPartSource and FilePart

2003-06-24 Thread Aaron Liebling
I#m uploading a file from an array of bytes using ByteArrayPartSource and FilePart. The upload succeeds, but when I view the file on the server side, I see that an extra \r\n (^M or newline) has been preprended to it. My code sample is as follows: byte[] bytes = baOS.toByteArray();

[SURVEY] Commons-URI or not?

2003-06-24 Thread Sung-Gu
Hi all, I suggest that jakarta-commons provides flexible URI issue implementations as a package. Various applications using URI concept comes in the internet world. and they need common mechanisms and algorithms for URI. For example, all internet programs will need fundamental functionalites