Opened 10 years ago
Last modified 10 years ago
#714 closed enhancement
Get rid of warning messages from HttpMethodBase — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | olle |
---|---|---|---|
Priority: | minor | Milestone: | LabEnv v1.3 |
Component: | net.sf.basedb.labenv | Keywords: | |
Cc: |
Description
Every time a request is made to one of the sensors a warning message is issued in the log
WARN HttpMethodBase:682 - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
It should be relatively easy to get rid of this warning by using the getResponseBodyAsStream
method as recommended.
Note:
See TracTickets
for help on using tickets.