mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-11 09:38:35 +00:00
fix error in macOS's metadata rejection
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test (18.x) (push) Has been cancelled
test / test (20.x) (push) Has been cancelled
test / test (22.x) (push) Has been cancelled
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