Fix double slashes in WebDAV URLs (account setup wizard)
authorMichael Schuster <michael@schuster.ms>
Sat, 7 Sep 2019 02:18:07 +0000 (04:18 +0200)
committerMichael Schuster <michael@schuster.ms>
Sat, 7 Sep 2019 02:18:07 +0000 (04:18 +0200)
commit67107a4f5d0bce7cf728aef0c4f962ece5f72ed7
treebfdb522cb63ab6905e892ca712765c20b3a32f68
parent0557d53f5feabb2c6ec3166feb4e715bcbd2043c
Fix double slashes in WebDAV URLs (account setup wizard)

Sanitize URL paths to elaminate double-slashes in the URL path string,
used for the first connection by the account setup wizard.

Example: https://cloud.example.com/remote.php/webdav//

Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/owncloudsetupwizard.cpp