https://bugs.kde.org/show_bug.cgi?id=317712
David Faure <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version Fixed In| |4.10.5 Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/kdel | |ibs/80099c878a2d60ead7cb7bb | |bfab89e1eb5782dad --- Comment #3 from David Faure <[email protected]> --- Git commit f54ca51c0a47811054ace6d208c6081ebdb363aa by David Faure. Committed on 03/06/2013 at 14:21. Pushed by dfaure into branch 'KDE/4.10'. Fix bug in KUrl::relativeUrl: it wasn't encoding the path when creating the URL. This answers my own question from a long time ago in the code... M +2 -1 kdecore/io/kurl.cpp M +4 -0 kdecore/tests/kurltest.cpp http://commits.kde.org/kdelibs/f54ca51c0a47811054ace6d208c6081ebdb363aa --- Comment #4 from David Faure <[email protected]> --- Git commit 80099c878a2d60ead7cb7bbbfab89e1eb5782dad by David Faure. Committed on 07/06/2013 at 15:03. Pushed by dfaure into branch 'KDE/4.10'. Fix misuse of KUrl::relativeUrl, which returns relative urls (duh). Not paths. So this was leading to double-escaping, especially after fixing KUrl::relativeUrl to actually escape as it's supposed to do. FIXED-IN: 4.10.5 M +21 -3 kfile/kfilewidget.cpp http://commits.kde.org/kdelibs/80099c878a2d60ead7cb7bbbfab89e1eb5782dad -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
