Hi, I am using HttpClient 3.0.1 and have a quick question, how do you hide warnings? I cannot find the method/option/parameter to hide them. I understand why they appear, but they have no effect on the working order of my program. Warnings:
24-Jul-2007 22:51:59 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended. 24-Jul-2007 22:51:58 org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded INFO: Redirect requested but followRedirects is disabled I get these every time I grab the contents of a html page for processing, and needless to say it just clutters up the command line Thanks in advance Tom Salmon P.S. HttpClient is by far the best http client ive used, in any language - well done! -- View this message in context: http://www.nabble.com/Hide-warnings-tf4138864.html#a11772644 Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
