We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When moving or deleting a collection in WebDav Caja should use a path with a trailing slash in the WebDav request.
Caja sends MOVE or DELETE requests for collections without the final slash. This makes Nginx return a Bad request error.
Connect to a Nginx WebDav server. Create a collection. Move or delete the collection.
1.24.0
1.24.0-1
Ubuntu Mate
The text was updated successfully, but these errors were encountered:
This is probably a GVFS issue rather than a Caja one, isn't it?
Sorry, something went wrong.
No branches or pull requests
Expected behaviour
When moving or deleting a collection in WebDav Caja should use a path with a trailing slash in the WebDav request.
Actual behaviour
Caja sends MOVE or DELETE requests for collections without the final slash. This makes Nginx return a Bad request error.
Steps to reproduce the behaviour
Connect to a Nginx WebDav server. Create a collection. Move or delete the collection.
MATE general version
1.24.0
Package version
1.24.0-1
Linux Distribution
Ubuntu Mate
Link to bugreport of your Distribution (requirement)
The text was updated successfully, but these errors were encountered: