[Bug 154819] Entering applications:// crashes konqueror

Rafael Fernández López ereslibre at kde.org
Sun Dec 30 02:27:28 CET 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=154819         




------- Additional Comments From ereslibre kde org  2007-12-30 02:27 -------
Created an attachment (id=22768)
 --> (http://bugs.kde.org/attachment.cgi?id=22768&action=view)
Patch for fixing the crash

This patch will fix the crash. The problem remains on setEncodedUrl with
QUrl::TolerantMode. I don't know if this should be reported to TT, since maybe
they are doing fine. Anyway comments that deserve being told: setEncodedUrl
will leave "protocol:/" as it is, and "protocol:///" will be converted to
"protocol:/". Maybe there is a rationale behind the behavior of converting
"protocol://" to "protocol:" (what makes it an invalid URL for us, and thus,
crashing). Makes sense to me that we could check for this cases of more than
one tracking slashes and convert them to only one, if it existed.


More information about the Kdelibs-bugs mailing list