netbeans
netbeans copied to clipboard
Cannot reconnect to remote c++ host when the user name is of the format [email protected]
Apache NetBeans version
Apache NetBeans 14
What happened
- Add a new remote C++ host (host1.domain.net) using userid = [email protected] Host and tool chain gets added successfully We can disconnect and reconnect conveniently. Screenshot 1, 2, 3 ,4; log messages1.log
- Restart IDE Try to connect to the newly added host by right clicking the host and choosing "connect" or through Tools->Options->C/C++->Build Tools - > "Edit" button which launches Build Hosts Manager) We get HOST_UNREACHABLE [email protected]@host1.domain.net Screenshot 5, 6; log file: messages.log
The connection module is probably getting confused because of the '@' sign in the user name.
How to reproduce
- Add a new remote C++ host (host1.domain.net) using userid = [email protected] Host and tool chain gets added successfully We can disconnect and reconnect conveniently. Screenshot 1, 2, 3 ,4; log messages1.log
- Restart IDE Try to connect to the newly added host by right clicking the host and choosing "connect" or through Tools->Options->C/C++->Build Tools - > "Edit" button which launches Build Hosts Manager) We get HOST_UNREACHABLE [email protected]@host1.domain.net Screenshot 5, 6; log file: messages.log (There does not seem much in the log)
The connection module is probably getting confused because of the '@' sign in the user name.
Did this work correctly in an earlier version?
No
Operating System
WINDOWS 10 x86_64
JDK
OpenJDK 18.0.1.1
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
C++ module was installed using Netbeans 8.2 repository install through plugins.
Are you willing to submit a pull request?
No
Code of Conduct
Yes