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:36:00 UTC

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

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

Bertrand Delacretaz resolved SLING-9459.
----------------------------------------
    Resolution: Fixed

Log level changed to DEBUG in commit d34d4fe

> 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
>            Priority: Minor
>             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)