Skip to content
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

Uploads still make the call to path based WebDAV endpoints when spaces are enabled #6970

Closed
ishank011 opened this issue May 13, 2022 · 1 comment · Fixed by #6991
Closed
Assignees
Labels
Early-Adopter:CERN Type:Bug Something isn't working

Comments

@ishank011
Copy link

Running web with spaces capabilities

"spaces": {
    "enabled": true,
    "projects": true,
    "share_jail": true,
    "version": "0.0.1"
}

When reva doesn't send the tus headers as part of the PROPFIND response, and the user tries to upload a file, the PUT request goes to /remote.php/dav/files/$username/$filename. When all requests go via the spaces route, this should as well. So it should ideally go to /remote.php/dav/spaces/$spaceID/$filename

@ishank011 ishank011 added Type:Bug Something isn't working Early-Adopter:CERN labels May 13, 2022
@ishank011
Copy link
Author

This is for user homes. When uploading inside spaces, the framed requests look correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Early-Adopter:CERN Type:Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants