fix(dav): return 405 when collection already exists

See https://datatracker.ietf.org/doc/html/rfc4918#section-9.3.1
This commit is contained in:
Francis Lachapelle
2022-08-09 11:57:47 -04:00
parent efe78c5179
commit 95eecc402a
8 changed files with 42 additions and 21 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
Copyright (C) 2004-2005 SKYRIX Software AG
Copyright (C) 2006-2015 Inverse inc.
Copyright (C) 2006-2022 Inverse inc.
This file is part of SOGo.
@@ -96,7 +96,7 @@
- (BOOL) folderIsMandatory;
- (BOOL) create;
- (NSException *) create;
- (NSException *) delete;
- (void) renameTo: (NSString *) newName;