[CalendarServer-changes] [5530] CalendarServer/trunk/calendarserver/provision/root.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 26 13:26:17 PDT 2010


Revision: 5530
          http://trac.macosforge.org/projects/calendarserver/changeset/5530
Author:   sagen at apple.com
Date:     2010-04-26 13:26:11 -0700 (Mon, 26 Apr 2010)
Log Message:
-----------
Removing an info log message for unauthenticated requests when SACLs are active.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/provision/root.py

Modified: CalendarServer/trunk/calendarserver/provision/root.py
===================================================================
--- CalendarServer/trunk/calendarserver/provision/root.py	2010-04-26 16:56:14 UTC (rev 5529)
+++ CalendarServer/trunk/calendarserver/provision/root.py	2010-04-26 20:26:11 UTC (rev 5530)
@@ -105,7 +105,6 @@
         # with an empty string.
         if authzUser == davxml.Principal(davxml.Unauthenticated()):
             if RootResource.CheckSACL("", self.saclService) != 0:
-                log.info("Unauthenticated users not enabled with the %r SACL" % (self.saclService,))
                 response = (yield UnauthorizedResponse.makeResponse(
                     request.credentialFactories,
                     request.remoteAddr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100426/69358ff4/attachment.html>


More information about the calendarserver-changes mailing list