On Fri, Jan 9, 2009 at 3:45 AM, Paul Joseph <[email protected]> wrote: > I recently moved to Cocoon 2.1.7 and now see this in my logs, but am not > sure what it is...Any ideas? > > Lang is: en-US > - Going to buffer response body of large or unknown size. Using > getResponseAsStream instead is recommended.
That's from the httpclient libraries, some code (either cocoon's or yours) is using the httpclient's getResponseAsString method instead of getResponseAsStream. Not necessarily a problem, depends on what's being requested. -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
