You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2014/04/25 09:14:16 UTC

[jira] [Resolved] (SLING-3517) SlingPostServlet catches all throwables and logs them at debug level

     [ https://issues.apache.org/jira/browse/SLING-3517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-3517.
-------------------------------------

    Resolution: Fixed

Yes, I changed the log level to warn now - which is more appropriate. And only exceptions are now caught - throwables are caught by the main servlet anyway

> SlingPostServlet catches all throwables and logs them at debug level
> --------------------------------------------------------------------
>
>                 Key: SLING-3517
>                 URL: https://issues.apache.org/jira/browse/SLING-3517
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Post 2.3.4
>            Reporter: Laurie byrum
>            Assignee: Carsten Ziegeler
>             Fix For: Servlets Post 2.3.6
>
>
> On line 203 of
> http://grepcode.com/file/repo1.maven.org/maven2/org.apache.sling/org.apach
> e.sling.servlets.post/2.3.2/org/apache/sling/servlets/post/impl/SlingPostS
> ervlet.java#SlingPostServlet.doPost%28org.apache.sling.api.SlingHttpServle
> tRequest%2Corg.apache.sling.api.SlingHttpServletResponse%29
> it does a log.debug and turns the exception into a server error. That
> makes it much harder to get to the problem when we throw exceptions.
> I talked to Carsten and Felix about this. Felix replied:
> Should we really catch Throwable here ?
> Maybe we should limit to Exception and have Errors bubble up.
> Carsten agreed..



--
This message was sent by Atlassian JIRA
(v6.2#6252)