if password contains the character @, the ETP bug
-
daymu
- Posts: 1
- Joined: Mon Feb 19, 2024 9:02 am
if password contains the character @, the ETP bug
When using the "connect to server" function, once the password contains the character "@", the link cannot be established and immediately prompts "unable to connect to ETP server: getaddinfo failed 11003"
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: if password contains the character @, the ETP bug
I am working on a fix.
Thank you for the bug report.
Thank you for the bug report.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: if password contains the character @, the ETP bug
Everything 1.5.0.1368a fixes an issue with usernames and passwords using @ when connecting to an ETP server.
The @ is now escaped with %40
The @ is now escaped with %40