diff --git a/ChangeLog b/ChangeLog index 17613e5c9..a8502bad2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-07-30 Wolfgang Sourdeau + * SoObjects/SOGo/SOGoObject.m ([SOGoObject +initialize]): no + longer declare security info from here. + * SoObjects/Mailer/SOGoMailFolder.m ([-isMessageKey:_keyinContext:_ctx]): removed useless method. ([SOGoMailFolder -lookupName:_keyinContext:acquire:_acquire]): diff --git a/SoObjects/SOGo/SOGoObject.m b/SoObjects/SOGo/SOGoObject.m index 8691beff0..8d84e9289 100644 --- a/SoObjects/SOGo/SOGoObject.m +++ b/SoObjects/SOGo/SOGoObject.m @@ -167,10 +167,10 @@ static BOOL kontactGroupDAV = YES; // SoClass security declarations // require View permission to access the root (bound to authenticated ...) - [[self soClassSecurityInfo] declareObjectProtected: SoPerm_View]; +// [[self soClassSecurityInfo] declareObjectProtected: SoPerm_View]; // to allow public access to all contained objects (subkeys) - [[self soClassSecurityInfo] setDefaultAccess: @"allow"]; +// [[self soClassSecurityInfo] setDefaultAccess: @"allow"]; // /* require Authenticated role for View and WebDAV */ // [[self soClassSecurityInfo] declareRole: SoRole_Owner