[dolphin] [Bug 461985] New: webdav nextcloud integration : every created file fails to a generic file with propfind xml content
Yannick LIMBALLE
bugzilla_noreply at kde.org
Fri Nov 18 10:09:36 GMT 2022
https://bugs.kde.org/show_bug.cgi?id=461985
Bug ID: 461985
Summary: webdav nextcloud integration : every created file
fails to a generic file with propfind xml content
Classification: Applications
Product: dolphin
Version: 22.08.1
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: dolphin-bugs-null at kde.org
Reporter: shootnet at gmail.com
CC: kfm-devel at kde.org
Target Milestone: ---
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
Using a webdavs integration under Linux KDE Dolphin file browser in the form :
webdavs://username@server.com/remote.php/dav/files/username/
The access is made from an app password and is working well in the
authentication phase. Access is granted and file browsing is well working.
The issue is every try to upload or create a new file from scratch result in
having a default 167 kb file with a XML content which corresponds to a propfind
request in webdav.
The content of the file is :
<?xml version="1.0" encoding="utf-8" ?> <D:propfind xmlns:D="DAV:"> <D:prop>
<D:creationdate/> <D:getcontentlength/> <D:displayname/> <D:resourcetype/>
</D:prop> </D:propfind>
On the other hand, browsing files or downloading files from the webdav folders
are working nice.
Moreover, web browser upload or file creation is well working.
The issue is showing itself only on upload and file creation using webdav
integration through Dolphin client (version 22.08.2)
STEPS TO REPRODUCE
1. Configuration a Dolphin network folder following the procedure given by
nextcloud support page
(https://docs.nextcloud.com/server/latest/user_manual/en/files/access_webdav.html#accessing-files-with-kde-and-dolphin-file-manager)
2. Upload a file into the network folder once mounted
3. If the file is 167 kb file size, check the content is the same as below :
<?xml version="1.0" encoding="utf-8" ?> <D:propfind xmlns:D="DAV:"> <D:prop>
<D:creationdate/> <D:getcontentlength/> <D:displayname/> <D:resourcetype/>
</D:prop> </D:propfind>
OBSERVED RESULT
see above
EXPECTED RESULT
the real source file is being uploaded. A newly created file is empty.
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma: Fedora 37 kernel 6.0.8
(available in About System)
KDE Plasma Version: 5.26.2
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list