Roxen.git
/
server
/
modules
/
filesystems
/
filesystem.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/modules/filesystems/filesystem.pike:1758:
unlock_path(f, id); if (id->misc->quota_obj && (size > 0)) { id->misc->quota_obj->deallocate(URI, size); } } TRACE_LEAVE("DELETE: Success"); return Roxen.http_status(204,(norm_f+" DELETED from the server")); default:
-
id->misc->error_code = 501;
+
id->misc->error_code =
id->misc->error_code ||
501;
SIMPLE_TRACE_LEAVE("%s: Not supported", id->method); return 0; } TRACE_LEAVE("Not reached"); return 0; } mapping copy_file(string source, string dest, PropertyBehavior behavior, Overwrite overwrite, RequestID id) {