You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (JIRA)" <ji...@apache.org> on 2018/06/04 06:17:00 UTC

[jira] [Created] (ISIS-1961) ResourceCachingFilter: Suppress 'client connection abort' exceptions.

Andi Huber created ISIS-1961:
--------------------------------

             Summary: ResourceCachingFilter: Suppress 'client connection abort' exceptions.
                 Key: ISIS-1961
                 URL: https://issues.apache.org/jira/browse/ISIS-1961
             Project: Isis
          Issue Type: Improvement
          Components: Core
            Reporter: Andi Huber
            Assignee: Andi Huber
             Fix For: 2.0.0-M1


I think with Firefox's latest Quantum engine I started to see frequent IOExceptions caused by 'client connection abort'.

So we might try to suppress java.io.IOException of kind 'An established connection was aborted by the software in your host machine'

1) the TCP protocol (by design) does not provide a means to check, whether a connection has been closed by the client

2) the exception thrown and the exception message text are specific to the servlet-engine implementation



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)