https://bugs.kde.org/show_bug.cgi?id=510599
Bug ID: 510599
Summary: webdav filenames are corrupted
Classification: Frameworks and Libraries
Product: kio-extras
Version First unspecified
Reported In:
Platform: openSUSE
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: WebDav
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
I run a webdav server on my lan using lighttpd. After upgrading to kf6, every
share lists filenames and directories with the last directory in the path
prepended to them in Dolphin.
STEPS TO REPRODUCE
1. Install kf6
2. Create webdav share
3. Access the latter from the former
OBSERVED RESULT
webdavs://myserver.local/dav/files lists:
filesfolder1
filesfolder2
...
filesfile1.txt
filesfile2.pdf
filesfile3.zip
...
EXPECTED RESULT
webdavs://myserver.local/dav/files lists:
folder1
folder2
...
file1.txt
file2.pdf
file3.zip
...
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Leap 16.0
KDE Plasma Version: 6.4.2
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
ADDITIONAL INFORMATION
1. Files are accessible if one writes their actual names by hand
2. The problem exists also with kioclient
3. The problem does not occur on kf5 nor Android
4. I could also reproduce the problem on a fresh openSUSE Leap 16.0 machine and
on
Fedora 42 (KDE Plasma Version: 6.3.4, KDE Frameworks Version: 6.12.0, Qt
Version: 6.8.2,
Kernel Version: 6.14.0-63.fc42.x86_64)
--
You are receiving this mail because:
You are watching all bug changes.