-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116073/
-----------------------------------------------------------
Review request for kdelibs and David Faure.
Bugs: 330463
http://bugs.kde.org/show_bug.cgi?id=330463
Repository: kdelibs
Description
-------
When creating symlinks in KNewFileMenuPrivate::_k_slotSymLink, call prettyUrl()
instead url() to retrieve the user entered text. Otherwise, a percent encoded
version of the URL will be used to create the symlink which of course results
in the creation of an invalid symlink. Note that this call needs to probably be
changed toString() in kf5 since it is using QUrl.
Diffs
-----
kfile/knewfilemenu.cpp e7fe237
Diff: https://git.reviewboard.kde.org/r/116073/diff/
Testing
-------
Follow the steps outlined in the bug report to create a symlink to a file whose
path or name contains characters that are not allowed in a URL.
Thanks,
Dawit Alemayehu