Opened 8 years ago
Closed 8 years ago
#10972 closed Patch (fixed)
Wrong token-ization on custom ftp proxy string
Reported by: | Paolo Zambotti | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | custom proxy | Cc: | |
Component version: | svn trunk | Operating system type: | Windows |
Operating system version: | 7 |
Description
Custom proxy string is token-ized wrongly by including spaces and tabs as separator character. This make the custom ftp proxy setting to behave incorrectly (avoiding any chance of successful connection).
The attached patch removes the wrong separators from the token-ization function parameter.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | ftp_proxy_custom.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, I've applied this patch.
Note:
See TracTickets
for help on using tickets.
custom ftp proxy string token-ization separators patch