[CalendarServer-changes] [1765] CalendarClientSimulator/trunk/src/calendarclient.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 7 11:16:20 PDT 2007


Revision: 1765
          http://trac.macosforge.org/projects/calendarserver/changeset/1765
Author:   cdaboo at apple.com
Date:     2007-08-07 11:16:20 -0700 (Tue, 07 Aug 2007)

Log Message:
-----------
Another digest re-auth fix.

Modified Paths:
--------------
    CalendarClientSimulator/trunk/src/calendarclient.py

Modified: CalendarClientSimulator/trunk/src/calendarclient.py
===================================================================
--- CalendarClientSimulator/trunk/src/calendarclient.py	2007-08-07 15:05:51 UTC (rev 1764)
+++ CalendarClientSimulator/trunk/src/calendarclient.py	2007-08-07 18:16:20 UTC (rev 1765)
@@ -538,6 +538,7 @@
         if status == 401 and www_authenticate is None:
             for header, value in response_headers:
                 if header == "www-authenticate":
+                    delattr(self, "digest_details")
                     return self.doDigestRequest(ruri, method, headers, data, value)
         return status, response_headers, response_data
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070807/ebe6d6a2/attachment.html


More information about the calendarserver-changes mailing list