[ https://issues.apache.org/jira/browse/SLING-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vidar S. Ramdal updated SLING-1047: ----------------------------------- Comment: was deleted (was: From what I can see from the patch, it would in effect disable PluggableDefaultAccessManager if an AccessManagerPlugin is not found, thus making it impossible to dynamically register/replace the plugin (correct me if I'm wrong). The PluggableDefaultAccessManager was introduced with SLING-880. However, it is not used per the default repository.xml configuration that ships with Sling. So, if you're concerned with excess logging (as you should be), you could just revert repository.xml to its default. That should cause PluggableDefaultAccessManager to never start. Does that solve your case?) > Using DefaultAccessManager fills up log > --------------------------------------- > > Key: SLING-1047 > URL: https://issues.apache.org/jira/browse/SLING-1047 > Project: Sling > Issue Type: Improvement > Affects Versions: JCR Jackrabbit Server 2.0.5 > Reporter: Marc > Priority: Trivial > Attachments: log.patch > > > For security reasons, I deactivated the bundle > org.apache.sling.jcr.jackrabbit.accessmanager. This leads to several log > lines per repository access and makes reading the log unnecessarily > cumbersome. PluggableDefaultAccessManager is the culprit: > 14.07.2009 17:46:17.903 *INFO* [127.0.0.1 [1247586206587] GET > /hugo/b/Usefull%20to%20know/ HTTP/1.1] > org.apache.sling.jcr.jackrabbit.server.impl.AccessManagerFactoryTracker > Registering PluggableDefaultAccessManager instance > 14.07.2009 17:46:17.903 *WARN* [127.0.0.1 [1247586206587] GET > /hugo/b/Usefull%20to%20know/ HTTP/1.1] > org.apache.sling.jcr.jackrabbit.server.impl.security.PluggableDefaultAccessManager > No pluggable AccessManager available, falling back to DefaultAccessManager > I'm not familiar with PluggableDefaultAccessManager nor the bundle, so the > patch might be more a problem indication than a solution. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.