I'm using Spring 3 and every time I submit a HTML form to a Spring controller I get this message, which I don't understand:
org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size.
Using getResponseBodyAsStream instead is recommended.
Is there a configuration change I can make in Spring to avoid this?