mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-13 00:20:26 -06:00
fix error in macOS's metadata rejection
This commit is contained in:
@@ -641,6 +641,7 @@ async function handleWebDavServer(filePath, req, res) {
|
||||
<d:error xmlns:d="DAV:">
|
||||
<d:valid-resourcename>macOS metadata files not permitted</d:valid-resourcename>
|
||||
</d:error>`);
|
||||
return;
|
||||
}
|
||||
|
||||
// Handle Expect: 100-continue header
|
||||
|
||||
Reference in New Issue
Block a user