appsmith
appsmith copied to clipboard
[Bug]: SQL server unable to connect if password has special characters ';/>
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
- Error occurred when the password begins with
';/> - Error thrown was
Driver com.microsoft.sqlserver.jdbc.SQLServerDriver claims to not accept jdbcUrl, - Escaping characters also did not work
Steps To Reproduce
- Try to connect to a SQL server with password having some special characters like
';/> - Unable to connect
Public Sample App
No response
Version
cloud
Conversation from the user
I'm currently using Appsmith v1.7.1.
I think the issue is with the semi-colon (;) in the password.
After inputting the password I get this error message (I'm changing the server and credentials):
Driver com.microsoft.sqlserver.jdbc.SQLServerDriver claims to not accept jdbcUrl,
jdbc:sqlserver://IP:PORT;user=user;password=<masked>;/>;
So it only recognizes the first character before the semi-colon as the password, because that's the only part that's "masked"
Closing because fixed here.