mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 15:58:52 +00:00
Monotone-Parent: 5e7c2410057553adbfb2bc36dcdf29c89d547250
Monotone-Revision: 33c96e6881c7a8bafb056ea86ca1517c42edb343 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-01T19:50:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2010-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/WORequest+SOGo.m (-handledByDefaultHandler): test
|
||||
the request handler key instead of invoking isSoWebDAVRequest,
|
||||
which performs additional and permission tests.
|
||||
|
||||
* Tests/Integration/test-davacl.py
|
||||
(DAVCalendarAclTest._testRights): reenabled test code even when no
|
||||
classification rights are available.
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
- (BOOL) handledByDefaultHandler
|
||||
{
|
||||
#warning this should be changed someday
|
||||
return ![self isSoWebDAVRequest];
|
||||
return ![[request requestHandlerKey] isEqualToString:@"dav"];
|
||||
}
|
||||
|
||||
- (NSArray *) _propertiesOfElement: (id <DOMElement>) startElement
|
||||
|
||||
Reference in New Issue
Block a user