Changeset 1093

Show
Ignore:
Timestamp:
11/17/06 01:02:22
Author:
douglm
Message:

Correct acl hrefs which are supposed to be principal uris.

Change the caldav system inteface and implementations to return principal roots.

Change acl emitting code to use new href builder class

Change calling code appropriately.

Add principal roots to jsp headers so stylesheets can recognize a user for what it is.

Change restore program to read system properties and set them if restore data does not have the values.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/configs/democal.options.xml

    r1085 r1093  
    2727        <systemid>demobedework@mysite.edu</systemid> 
    2828 
     29        <principalRoot>/principals</principalRoot> 
     30        <userPrincipalRoot>/principals/users</userPrincipalRoot> 
     31        <groupPrincipalRoot>/principals/groups</groupPrincipalRoot> 
     32 
    2933        <publicCalendarRoot>public</publicCalendarRoot> 
    3034        <userCalendarRoot>user</userCalendarRoot>