[CalendarServer-changes] [9379] CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/ migration

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 21 13:26:25 PDT 2012


Revision: 9379
          http://trac.macosforge.org/projects/calendarserver/changeset/9379
Author:   sagen at apple.com
Date:     2012-06-21 13:26:25 -0700 (Thu, 21 Jun 2012)
Log Message:
-----------
Pulling over from trunk:  r9374, Also reverse-proxy /directory

Revision Links:
--------------
    http://trac.macosforge.org/projects/calendarserver/changeset/9374

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contacts.plist
    CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contactsssl.plist

Modified: CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contacts.plist
===================================================================
--- CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contacts.plist	2012-06-21 02:23:31 UTC (rev 9378)
+++ CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contacts.plist	2012-06-21 20:26:25 UTC (rev 9379)
@@ -28,6 +28,15 @@
 					<string>http://localhost:8008/addressbooks</string>
 				</array>
 			</dict>
+			<key>/directory</key>
+			<dict>
+				<key>path</key>
+				<string>/directory</string>
+				<key>urls</key>
+				<array>
+					<string>http://localhost:8008/directory</string>
+				</array>
+			</dict>
 			<key>/principals</key>
 			<dict>
 				<key>path</key>

Modified: CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contactsssl.plist
===================================================================
--- CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contactsssl.plist	2012-06-21 02:23:31 UTC (rev 9378)
+++ CalendarServer/branches/release/CalendarServer-4.1-dev/contrib/migration/com.apple.webapp.contactsssl.plist	2012-06-21 20:26:25 UTC (rev 9379)
@@ -28,6 +28,15 @@
 					<string>https://localhost:8443/addressbooks</string>
 				</array>
 			</dict>
+			<key>/directory</key>
+			<dict>
+				<key>path</key>
+				<string>/directory</string>
+				<key>urls</key>
+				<array>
+					<string>https://localhost:8443/directory</string>
+				</array>
+			</dict>
 			<key>/principals</key>
 			<dict>
 				<key>path</key>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120621/84b5dfd6/attachment.html>


More information about the calendarserver-changes mailing list