mate-desktop / caja

Caja, the file manager for the MATE desktop
https://mate-desktop.org/
Other
265 stars 143 forks source link

WebDav collection MOVE and DELETE requests sent without trailing slash #1773

Open pinkshinyrose opened 3 months ago

pinkshinyrose commented 3 months ago

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)

cwendling commented 3 months ago

This is probably a GVFS issue rather than a Caja one, isn't it?