[CalendarServer-changes] [10630] CalendarServer/branches/users/glyph/digest-auth-redux

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 1 15:53:23 PST 2013


Revision: 10630
          http://trac.calendarserver.org//changeset/10630
Author:   glyph at apple.com
Date:     2013-02-01 15:53:23 -0800 (Fri, 01 Feb 2013)
Log Message:
-----------
Forward this property for other tests.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/digest-auth-redux/twext/web2/auth/digest.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/digest-auth-redux/

Modified: CalendarServer/branches/users/glyph/digest-auth-redux/twext/web2/auth/digest.py
===================================================================
--- CalendarServer/branches/users/glyph/digest-auth-redux/twext/web2/auth/digest.py	2013-02-01 23:53:22 UTC (rev 10629)
+++ CalendarServer/branches/users/glyph/digest-auth-redux/twext/web2/auth/digest.py	2013-02-01 23:53:23 UTC (rev 10630)
@@ -104,6 +104,10 @@
 class DigestCredentialFactory(object):
     implements(ICredentialFactory)
 
+    CHALLENGE_LIFETIME_SECS = (
+        credentials.DigestCredentialFactory.CHALLENGE_LIFETIME_SECS
+    )
+
     def __init__(self, algorithm, realm):
         self._real = credentials.DigestCredentialFactory(algorithm, realm)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130201/009e82e1/attachment-0001.html>


More information about the calendarserver-changes mailing list