-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send POST requests to another user's webDav endpoints as normal user #1287
Comments
No longer relevant |
@kobergj curl -XPOST "https://localhost:9200/remote.php/dav/files/demo/lorem.txt" -d"lorem" -uadmin:admin -vk
< HTTP/1.1 412 Precondition Failed Test expects PUT request to another user's existing resource returns |
@saw-jan |
Should be fine if that's the deliberate decision. |
The test fails because of the tus-webdav handler.
tests/acceptance/features/apiAuthWebDav/webDavPOSTAuth.feature:36
The text was updated successfully, but these errors were encountered: