Summary: | smb url does not support passwords with a hash sign | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Diederik van der Boor <mail-kdebugs> |
Component: | smb | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | faure |
Priority: | NOR | ||
Version: | 4.6 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Diederik van der Boor
2011-05-30 16:56:29 UTC
Correct. # is the beginning of a fragment, in a URL. Just like '@' needs to be encoded as %40 ( http://konqueror.org/faq/#HowcanIconnecttoanFTPsitethatrequiresaloginandpassword ), '#' needs to be encoded as %23. I'll add it there. This is unintuitive, of course, but using reserved characters cannot work ;) and the more typical way to do this is to type the password in the password dialog anyway. SVN commit 1306743 by dfaure: Also mention '#' as a special char that needs manual encoding M +4 -1 index.php WebSVN link: http://websvn.kde.org/?view=rev&revision=1306743 Git commit 8d06248c0fff4b67ec75c14c5c1c046e759f78a0 by David Faure. Committed on 20/07/2012 at 11:18. Pushed by whiting into branch 'master'. Also mention '#' as a special char that needs manual encoding M +4 -1 faq/index.php http://commits.kde.org/websites/konqueror-org/8d06248c0fff4b67ec75c14c5c1c046e759f78a0 |