Opened 5 years ago
Closed 5 years ago
#11991 closed Bug report (rejected)
Escaped @ sign in Quickconnect account listing
Reported by: | Nate J | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Quickconnect | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
The @ sign is being unnecessarily escaped in account names in the Quickconnect list of accounts. This doesn't cause any problems, but it's annoying and completely unnecessary. As a developer myself, I'm certain this is a 30 second fix, and would be very grateful if somebody would fix it.
Attachments (1)
Change History (4)
by , 5 years ago
Attachment: | filezilla.png added |
---|
comment:1 by , 5 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Resolution: | rejected |
---|---|
Status: | closed → reopened |
You can escape it under the hood as required, but as I said, there's no reason to escape it in the UI display. It's simply annoying and unnecessary.
comment:3 by , 5 years ago
Resolution: | → rejected |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
The escapement is in accordance with RFC 3986, not escaping the @ in a username would be in violation of the grammar.