Bug 372187

Summary: Webdav - Can't get files with spaces in name
Product: [Frameworks and Libraries] frameworks-kio Reporter: benconnors
Component: generalAssignee: David Faure <faure>
Status: RESOLVED WORKSFORME    
Severity: normal CC: elvis.angelaccio, kdelibs-bugs, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description benconnors 2016-11-07 16:17:11 UTC
Overview:

KIO is unable to retrieve files from a WebDAV server when filenames contain spaces. I encountered this issue using a Sakai-based server (I don't have access to logs), but "cadaver" has no issue retrieving said files.

Steps to reproduce:

1. Connect to WebDAV server
2. Attempt to copy file whose filename contains spaces

Actual Result:

No file is copied, Dolphin displays a message similar to "The file or folder ... does not exist."

Expected Result:

File is copied.

Build Date and Platform:

Arch Linux, package built 2016-10-09
Comment 1 Elvis Angelaccio 2017-09-04 17:53:37 UTC
Works for me. Does it work with kioclient5? 
From a konsole, run:

    kioclient5 exec 'url' 

Also, does the URL contain special characters? (see bug #373062)
Comment 2 Christoph Feck 2017-09-25 20:28:30 UTC
If you can provide the information requested in comment #1, please add it.