https://qa.mandrakesoft.com/show_bug.cgi?id=919
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Version|3.1-11mdk |3.1-14mdk
------- Additional Comments From [EMAIL PROTECTED] 2003-02-11 11:15 -------
The behaviour is correct in -14mdk, possibly earlier. kio_lan now works
correctly for FISH, FTP, SMB and HTTP.
Thanks for applying upstream fixes from kdenetwork.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
When browsing a host in konqueror at the url lan://localhost (such as
lan://localhost/host1, links are shown depending on the services accessible on
the host (AFAIK one of ftp,http,smb and fish).
Accessing for example lan://localhost/host1/FTP redirects almost immediately to
ftp://host1, and similarly for HTTP (lan://localhost/host1/HTTP redirects to
http://host1). This is the correct behaviour.
The bug is that this does not work, for SMB (lan://localhost/host1/SMB) which
should redirect to smb://host1 or FISH (lan://localhost/host1/FISH) which should
redirect to fish://host1.
Note that directly accessing smb://host1 and fish://host1 works correctly, thus
it seems the bug is in kio_lan.
This feature has worked (although slightly differently) since KDE3.0.3 (ie
Mandrake 9.0) and before.