Ticket #3552 (closed defect: duplicate)
Cannot login to ftp server with USER = webmaster@domain
Reported by: | onlyjob | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-vfs | Version: | 4.8.13 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
As reported in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800915
It may not be possible to log in to FTP server with name like "webmaster@…" due to improper handling of '@' character which should be escaped as "%40".
Attachments
Change History
Changed 9 years ago by onlyjob
- Attachment 800915-mc-url-unescape.patch added
comment:1 Changed 9 years ago by and
To make mc fit for rfc3986 we should handle all related uri fields.
an sanity check must follow after each unescape() to prevent
bad things (TM) with decoded control characters.
Note: See
TracTickets for help on using
tickets.
proposed patch