Description
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
OFBIZ-6574 ClientAbortException: java.net.SocketException
- Closed