You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2015/08/03 09:39:35 UTC

Re: SlingMainServlet (almost) eats IOException, how to fix?

On Fri, Jul 31, 2015 at 3:30 PM, Robert Munteanu <ro...@apache.org> wrote:
> ...Isn't that a Tomcat-specific exception [1]? It would be interesting to
> see how they detect that this is due to the client aborting and
> reuse/copy that approach...

Good idea, I'll have a look. We did have special processing for
SocketException earlier in SlingMainServlet but apparently that
doesn't work anymore with modern servlet engines.

-Bertrand

> [1]: https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/c
> onnector/ClientAbortException.html