Laurie byrum created SLING-3517:
-----------------------------------

             Summary: 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


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)

Reply via email to