[Bug 292062] KDirSelectDialog::selectDirectory usage results in an infinite loop

Andre Heinecke aheinecke at intevation.de
Mon Jan 23 09:12:38 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=292062





--- Comment #3 from Andre Heinecke <aheinecke intevation de>  2012-01-23 09:12:37 ---
I had this problem in Kontact before (when opening attachments) that some kde
code assumes that file:/// points to the root directory but in fact according
to RFC 1738

A file URL takes the form:
   file://<host>/<path>

So on Linux file:/// does not point to anything at all while on Windows
file:///C/ points to the assumed root directory. Having different behavior
there is bad.

The problem i see is that a fix to KURL to ultimately just return file:/// or
file://// on linux and file:///C/ could lead to regressions.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kde-windows mailing list