Summary: | When accessing an ftp server with an http proxy set, it tries to use the smb protocoll | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Micha <mschoell> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | heri+kde, ingomar, msnkipa |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Don't save broken proxy URLs when no proxy is set. |
Description
Micha
2009-06-03 11:23:53 UTC
It works when removing the entry ftpProxy=ftp://:8080 in the file ${KDEHOME}/share/config/kioslaverc Looks like a bug in the proxy setting/reading part or kioslave/ftp/ftp.cpp in the UseProxy logic For me this issue exists since a *long* time. Whole 4.2 series at least, I would say. PS: I would recommend bumping Severity to blocker, since it makes FTP completely unusable. (Without a proxy HTTP is unusably slow, so disabling the proxy is not an option.) This is still a MAJOR issue... See also bug #177583 and bug #195085. See also bug #177583 and bug #201327. *** This bug has been confirmed by popular vote. *** Created attachment 43184 [details]
Don't save broken proxy URLs when no proxy is set.
If the passed proxy definition does not contain a hostname (because the config dialog's text field was left empty), do not save a broken proxy URL, but delete the corresponding config key instead.
Please have a look at the patch I just submitted. It partially fixes the issue as it avoids writing broken proxy URLs if the user leaves the text field for a particular proxy empty. Unfortunately, this means that users that are affected by this bug need to open up their proxy settings and re-apply their configuration in order for this fix to take effect. SVN commit 1122351 by dfaure: Don't create broken proxy urls like ftp://:8080 from empty lineedits. Based on investigation by Ingomar Wesp - thanks! CCBUG: 195085 M +1 -1 kmanualproxydlg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1122351 SVN commit 1122353 by dfaure: Don't create broken proxy urls like ftp://:8080 from empty lineedits. Based on investigation by Ingomar Wesp - thanks! Fixed for: 4.4.4 BUG: 195085 M +1 -1 kmanualproxydlg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1122353 *** Bug 177583 has been marked as a duplicate of this bug. *** |