Skip to content

Make sure URLs for folders end with slash

For WebDAV requests that definitely are for folders (create folder, list folder contents) we now make sure that the (initial URL before redirection) is ending with a slash. Otherwise, some servers might reject such requests (as was the case in this bug report: https:// github.com/mhoeher/opentodolist/issues/28).

Closes #14 (closed)

Merge request reports