-
Notifications
You must be signed in to change notification settings - Fork 155
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
TUS folder upload issues #3458
Comments
|
I checked the logs and actually new-lorem.txt got uploaded but there is no trace of lorem.txt. also strange that the test result says 0 entries when I saw one entry in the folder which was "new-lorem.txt" |
seems unrelated, I had an env issue, retrying... |
okay, I see: the test code is sending a Depth header with a value of 2, hoping to get the sub-sub-folder values. But the ocdav service is strict. Raised owncloud/ocis-reva#212 to fix the depth header there and add some validation |
At first I tried to fix the test to do propfinds recursively but the parsing was too cumbersome, so I ended up simply implemented depth-infinity in OCIS: cs3org/reva#758 |
PR here: #3480 |
Run the following Phoenix acceptance tests against OCIS:
For some reason it seems that only the first file is uploaded, not sure why the second one isn't.
The text was updated successfully, but these errors were encountered: