CloudPolis / webdav-client-cpp

:cloud: C++ WebDAV Client provides easy and convenient to work with WebDAV-servers.
http://cloudpolis.github.io/webdav-client-cpp/
Other
120 stars 52 forks source link

Fix info() #53

Open vitSkalicky opened 4 months ago

vitSkalicky commented 4 months ago

Fixes #40

Trailing / was not being removed from resource_path_without_sep. This is now fixed.