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 (Jira)" <ji...@apache.org> on 2020/05/20 08:33:00 UTC

[jira] [Created] (SLING-9459) PathBasedServletAcceptor ERROR log about SlingServletConfig should be DEBUG

Bertrand Delacretaz created SLING-9459:
------------------------------------------

             Summary: PathBasedServletAcceptor ERROR log about SlingServletConfig should be DEBUG
                 Key: SLING-9459
                 URL: https://issues.apache.org/jira/browse/SLING-9459
             Project: Sling
          Issue Type: Bug
          Components: Servlets
    Affects Versions: Servlets Resolver 2.6.4
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz
             Fix For: Servlets Resolver 2.6.6


We're seeing many ERROR logs like this one in a Sling-based app:

{code}
org.apache.sling.servlets.resolver.internal.PathBasedServletAcceptor
Did not get a SlingServletConfig for 
/libs/com/example/somescript.jsp
 {code}

The {{PathBasedServletAcceptor}} does get configs which are not {{SlingServletConfig}} when a script (as opposed to a Servlet) is being executed.

That log message should be DEBUG to avoid the unnecessary noise.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)