[CalendarServer-changes] [222] CalendarServer/trunk/conf/repository.xml

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 2 13:25:26 PDT 2006


Revision: 222
          http://trac.macosforge.org/projects/calendarserver/changeset/222
Author:   cdaboo at apple.com
Date:     2006-10-02 13:25:24 -0700 (Mon, 02 Oct 2006)

Log Message:
-----------
Fix bug with incorrect namespace, ticket #68.

Modified Paths:
--------------
    CalendarServer/trunk/conf/repository.xml

Modified: CalendarServer/trunk/conf/repository.xml
===================================================================
--- CalendarServer/trunk/conf/repository.xml	2006-09-29 15:52:46 UTC (rev 221)
+++ CalendarServer/trunk/conf/repository.xml	2006-10-02 20:25:24 UTC (rev 222)
@@ -40,7 +40,7 @@
         <!--  Must explicitly set which principal hierarchies will be listed in WebDAV properties.
               The order of these will determine how a user id will map to a principal in a particular hierarchy
               if an id appears in more than one. -->
-        <prop><principal-collection-set xmlns='http://twistedmatrix.com/xml_namespace/dav/private/'><href xmlns='DAV:'>/principals/users/</href><href xmlns='DAV:'>/principals/groups/</href><href xmlns='DAV:'>/principals/resources/</href></principal-collection-set></prop>
+        <prop><principal-collection-set xmlns='DAV:'><href>/principals/users/</href><href>/principals/groups/</href><href>/principals/resources/</href></principal-collection-set></prop>
       </properties>
       <members>
         <!--  We must define the calendar home location before the principals as

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


More information about the calendarserver-changes mailing list