You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Ian Boston (JIRA)" <ji...@apache.org> on 2009/11/05 00:13:32 UTC

[jira] Commented: (SLING-1170) Log is spammed by pluggable default access manager

    [ https://issues.apache.org/jira/browse/SLING-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773695#action_12773695 ] 

Ian Boston commented on SLING-1170:
-----------------------------------

The patch I am putting in, will print the warning out once using a static int, after that it will print at debug level.
It might come out twice (or more) if the very first time there are multiple threads hitting the same check, but thats better than using a synchronzed.

> Log is spammed by pluggable default access manager
> --------------------------------------------------
>
>                 Key: SLING-1170
>                 URL: https://issues.apache.org/jira/browse/SLING-1170
>             Project: Sling
>          Issue Type: Bug
>          Components: JCR
>    Affects Versions: JCR Jackrabbit Server 2.0.5
>            Reporter: Carsten Ziegeler
>            Assignee: Ian Boston
>             Fix For: JCR Jackrabbit Server 2.0.5
>
>
> Currently the log is spammed on every request with these messages:
> 04.11.2009 13:32:51.309 *INFO* [127.0.0.1 [1257370371287] GET /slingshot/albums/travel.html HTTP/1.1] org.apache.sling.jcr.jackrabbit.server.impl.AccessManagerFactoryTracker Registering PluggableDefaultAccessManager instance
> 04.11.2009 13:32:51.309 *WARN* [127.0.0.1 [1257370371287] GET /slingshot/albums/travel.html HTTP/1.1] org.apache.sling.jcr.jackrabbit.server.impl.security.PluggableDefaultAccessManager No pluggable AccessManager available, 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.