Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLServer detector: invalid URL escape "%7B" #3681

Open
rgmz opened this issue Nov 26, 2024 · 0 comments
Open

SQLServer detector: invalid URL escape "%7B" #3681

rgmz opened this issue Nov 26, 2024 · 0 comments
Labels

Comments

@rgmz
Copy link
Contributor

rgmz commented Nov 26, 2024

Example:

            connectionString = string.Format("Data Source={0};Initial Catalog={3};Integrated Security=False;User ID={1};Password={2};Encrypt=True", 
                                _mapManagerServer, _userID, _password, _mapManagerName);

Source: https://github.com/azure-appservice-samples/WingTipTickets/blob/731638189c363aa5af6920a824afed0d0ddfbf15/WebPortal/Tenant.Mvc/Models/HorizontalShard.cs#L26

@rgmz rgmz added the bug label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant