Noisy, Possibly Unnecessary Logging when a browser request is cancelled by the user
-----------------------------------------------------------------------------------
Key: OFBIZ-254
URL:
http://issues.apache.org/jira/browse/OFBIZ-254 Project: OFBiz (The Open for Business Project)
Issue Type: Bug
Components: framework
Reporter: Jacopo Cappellato
Priority: Minor
Copy of an issue created by Joe Eckard in the old server:
If a user requests a page and cancels that request before the page is rendered and returned, a ClientAbortException is thrown in RequestHandler.renderView() - at resp.flushBuffer() line 551. This propagates up to ControlServlet where it is logged, adding 50 lines or so to the logfile for each occurence, which is pretty noisy when attempting to debug a site with many users. Not sure if we would ever care that resp.flushBuffer() encountered a problem, therefore not sure of the best fix.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira