[JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Commons-HttpClient' from May to June, 2003

2003-07-02 Thread tetsuya
Dear Jakarta Commons-HttpClient Development Team, (http://jakarta.apache.org/commons/httpclient/) We are now preparing the 'Jakarta Newsletter Issue 9', news from May to June 2003, which would be published in the middle of July 2003. The 'Jakarta Newsletter Issue 9' will be appeared at http://

Re: [JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Commons-HttpClient' from May to June, 2003

2003-07-02 Thread Michael Becke
Any takers on this? Mike On Wednesday, July 2, 2003, at 12:05 PM, Tetsuya Kitahata wrote: Dear Jakarta Commons-HttpClient Development Team, (http://jakarta.apache.org/commons/httpclient/) We are now preparing the 'Jakarta Newsletter Issue 9', news from May to June 2003, which would be published

Re: WSAD & HTTPClient question

2003-07-02 Thread Michael Becke
Sorry Claudio, I'm not sure. This appears to be a configuration problem with WebSphere. I would suggest looking at IBM's support site or WebSphere newsgroups for more information. If you have a HttpClient specific question we will probably be of more help. Mike On Wednesday, July 2, 2003, a

Re: HTTPRecoverable

2003-07-02 Thread Michael Becke
Hello George, Ideally an HTTPRecoverableException indicates that the method causing the error is safe to retry. In general though HttpClient tries to handle recoverable exceptions internally. If this exception is making it to your code I would treat it as any other error. In practice the mea

Re: Why non-buffered InputStream in HttpClient / HttpParser?

2003-07-02 Thread Michael Becke
I'm not sure if there is a real reason. It is probably because HttpClient does not do much with the input stream other than read status/headers. Any large content should be handled by the user and could therefore be buffered. The socket input stream is also used directly at a number of points

Why non-buffered InputStream in HttpClient / HttpParser?

2003-07-02 Thread Tony Bigbee
Hi, I'm using the Slide webdav client libs (1.0.16) and have noticed a higher than expected CPU load from HttpClient (1.x) doing socket reading. Closer examination revealed that when I do webdav .puts, the high CPU consumers are .readLine()s calls to the socket. For some reason, use of the Xr

Re: [PROPOSAL] 2.1 release plan

2003-07-02 Thread Oleg Kalnichevski
Hi Eric > 1) Some of the headers refer to "2.0", whereas the body of those same > sections refers to "2.1". I think you meant to change the headers > I have to confess that I am guilty of just taking 2.0 release plan as a template, as I had never written release plans before. Apparently I

DO NOT REPLY [Bug 20240] - Cookies with null path attribute are rejected in the compatibility mode

2003-07-02 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 20240] - Cookies with null path attribute are rejected in the compatibility mode

2003-07-02 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

HTTPRecoverable

2003-07-02 Thread George Gastaldi
Hi, What action should I do when a HTTPRecoverableException occurs ?? What does that means ? Connection Timeout ? Thank you.

Re: [PROPOSAL] 2.1 release plan

2003-07-02 Thread Eric Johnson
Oleg, I have three comments on your proposal, since nobody else seems to have given feedback 1) Some of the headers refer to "2.0", whereas the body of those same sections refers to "2.1". I think you meant to change the headers 2) For the "post 2.1" development section, I found the i

[JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Commons-HttpClient' from May to June, 2003

2003-07-02 Thread Tetsuya Kitahata
Dear Jakarta Commons-HttpClient Development Team, (http://jakarta.apache.org/commons/httpclient/) We are now preparing the 'Jakarta Newsletter Issue 9', news from May to June 2003, which would be published in the middle of July 2003. The 'Jakarta Newsletter Issue 9' will be appeared at http://

RE: WSAD & HTTPClient question

2003-07-02 Thread Claudio Santana
Thanks to all that answered my help request, I am trying to run with IBM's WSAD 4.0.3, It comes with JDK 1.3. I am not trying to use specifically any special implementation of JCE or JSSE, it can be IBM's or SUN's. As you explain in your email it comes with IBM's implementation of JCE and

Re: performance

2003-07-02 Thread Derk Münchhausen
Zulfi Umrani and Ortwin Glück wrote: I will appreciate if anyone answers my questions below. -Does anyone has perfromance comparison between HTTPClient and JDK HttpURLConnection? I have done some comparisons. We do some concurrent requests to a tomcat servlet to fill JTables. The communication

Re: WSAD & HTTPClient question

2003-07-02 Thread secoskem
Laura is right, WSAD comes with the IBMJCE and IBMJSSE, which is only a problem if you absolutely require Sun's JSSE, or are using a signed third party JCE provider. If you do not require either of these, then all you need to do is make sure the java.protocol.handler.pkgs system property is po