Re: HttpClient Powered

2003-06-02 Thread Michael Becke
Done. Mule will be included the next time the HttpClient site is published. Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 10809] - Developer documentation

2003-06-02 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=10809. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] nominate Adrian Sutton for committer status

2003-06-02 Thread Michael Becke
+1 On Sunday, June 1, 2003, at 10:29 PM, Michael Becke wrote: Adrian Sutton has been an active contributor to HttpClient for some time now. He has been a consistent and reliable contributor, and in particular his work with NTLM and the developer documentation has been invaluable. I would

Re: [VOTE] nominate Adrian Sutton for committer status

2003-06-02 Thread Oleg Kalnichevski
+1 Oleg On Mon, 2003-06-02 at 04:29, Michael Becke wrote: Adrian Sutton has been an active contributor to HttpClient for some time now. He has been a consistent and reliable contributor, and in particular his work with NTLM and the developer documentation has been invaluable. I would

Re: 300 Multiple Choices handling?

2003-06-02 Thread Ortwin Glück
Has anybody ever seen a 300 in the wild? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 300 Multiple Choices handling?

2003-06-02 Thread Mike Moran
Adrian Sutton wrote: Hi Mike, HttpClient returns 300 as the status code as would be expected in such a case. Sounds reasonable. Does it also make the body available in this case? The developer is then free to select whichever option they want. The URL you gave however return 302 not 300 and

Re: 300 Multiple Choices handling?

2003-06-02 Thread Adrian Sutton
Only when I went searching for them. :) http://www.who.int/world-health-day/index.en.shtml and for all the examples Google knows about: http://www.google.com/search?q=HTTP+300+%22Multiple+Choices%22ie=UTF- 8oe=UTF-8 I quite like the www.who.int idea of doing a search for the document and

Re: 300 Multiple Choices handling?

2003-06-02 Thread Mike Moran
Ortwin Glück wrote: Has anybody ever seen a 300 in the wild? Yes. I gave an example in the email I sent. This page is linked to on that site. However, I would say that they aren't numerous. -- Mike Moran - To unsubscribe,

Re: 300 Multiple Choices handling?

2003-06-02 Thread Mike Moran
Adrian Sutton wrote: On Monday, June 2, 2003, at 09:57 PM, Mike Moran wrote: Adrian Sutton wrote: [ ... ] Umm. I think HttpClient and wget must disagree: $ wget --server-response http://www.blooberry.com//indexdotpreview/html/index8.htm --12:48:55--

Re: 300 Multiple Choices handling?

2003-06-02 Thread Michael Becke
My guess is that it responds 300 for HTTP 1.0 and 302 for HTTP 1.1. Just a guess. Mike On Monday, June 2, 2003, at 08:11 AM, Adrian Sutton wrote: On Monday, June 2, 2003, at 09:57 PM, Mike Moran wrote: Adrian Sutton wrote: Hi Mike, HttpClient returns 300 as the status code as would be

Re: 300 Multiple Choices handling?

2003-06-02 Thread Adrian Sutton
I wonder... is HttpClient perhaps parsing out www.blooberry.com/ as the value for the Host: header? My URL is slightly bogus, though perhaps technically valid. What happens with: http://www.blooberry.com/indexdotpreview/html/index8.htm (Note no double slash) www.eskimo.com and www.blooberry.com

DO NOT REPLY [Bug 10816] - User/Developer Documentation

2003-06-02 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=10816. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[ANNOUNCE] Release of Commons HttpClient 2.0 Beta 1

2003-06-02 Thread Michael Becke
The Jakarta Commons HttpClient team is proud to announce the release of HttpClient 2.0 beta 1. This is the first feature complete release of HttpClient 2.0. The focus for the rest of the 2.0 development will be on bug fixes and documentation. Please visit the HttpClient website