[CalendarServer-changes] [4005] CalendarServer/branches/exarkun/update-twisted-3816/lib-patches/ Twisted/twisted.web2.dav.resource.patch

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 13 09:51:09 PDT 2009


Revision: 4005
          http://trac.macosforge.org/projects/calendarserver/changeset/4005
Author:   exarkun at twistedmatrix.com
Date:     2009-04-13 09:51:08 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
fix typo introduced in last update to the authentication code

Modified Paths:
--------------
    CalendarServer/branches/exarkun/update-twisted-3816/lib-patches/Twisted/twisted.web2.dav.resource.patch

Modified: CalendarServer/branches/exarkun/update-twisted-3816/lib-patches/Twisted/twisted.web2.dav.resource.patch
===================================================================
--- CalendarServer/branches/exarkun/update-twisted-3816/lib-patches/Twisted/twisted.web2.dav.resource.patch	2009-04-13 16:21:50 UTC (rev 4004)
+++ CalendarServer/branches/exarkun/update-twisted-3816/lib-patches/Twisted/twisted.web2.dav.resource.patch	2009-04-13 16:51:08 UTC (rev 4005)
@@ -290,7 +290,7 @@
 -                    return PrincipalCredentials(principal, principalURI, creds)
 +                    authnPrincipal = IDAVPrincipalResource(details[0])
 +                    authzPrincipal = IDAVPrincipalResource(details[1])
-+                    return PrincipalCredentials(authnPrincipal, authzPrincipa, creds)
++                    return PrincipalCredentials(authnPrincipal, authzPrincipal, creds)
  
                  def login(pcreds):
                      return request.portal.login(pcreds, None,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090413/0031aa74/attachment.html>


More information about the calendarserver-changes mailing list