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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20703

unable to find line starting with "HTTP" error





------- Additional Comments From [EMAIL PROTECTED]  2003-06-12 09:49 -------
I tried your work around and it doesn't compile.  Despite the javadoc saying 
there is a setMethodRetryHandler method on HttpMethod (inherited from 
HttpMethodBase) it's not compiling.  I tried using the nightly build from 06-05 
and the beta 1.  Was this method taken out?

                        method = new GetMethod(uri.toString());
                        method.setDoAuthentication( true );
                        DefaultMethodRetryHandler retry = new 
DefaultMethodRetryHandler();
                        retry.setRequestSentRetryEnabled(true);
                        method.setMethodRetryHandler  (retry);
                        // bug workaround

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to