mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-02 04:07:16 +00:00
fix(dav): render DAV exceptions as XML
This commit is contained in:
@@ -589,7 +589,7 @@
|
||||
// inContainer: self];
|
||||
|
||||
if (!obj)
|
||||
obj = [NSException exceptionWithHTTPStatus: 404 /* Not Found */];
|
||||
obj = [self exceptionWithHTTPStatus: 404 /* Not Found */];
|
||||
}
|
||||
|
||||
return obj;
|
||||
|
||||
Reference in New Issue
Block a user