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

Fix for #746 (Parsing connection string with /ORCL suffix) #749

Merged
merged 1 commit into from Mar 5, 2020
Merged

Fix for #746 (Parsing connection string with /ORCL suffix) #749

merged 1 commit into from Mar 5, 2020

Conversation

SergeyKleyman
Copy link
Contributor

Fixes #746

The fix generalizes part of DB connection string parser - before the fix it trimmed only known discardable suffixes (which was only /XE) after the fix the parser trims any suffix starting with /, containing letters and not a valid hex number (to avoid trimming part of IPv6 address).

@SergeyKleyman SergeyKleyman self-assigned this Mar 4, 2020
Copy link
Contributor

@gregkalapos gregkalapos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you! 👍

@SergeyKleyman SergeyKleyman merged commit 17af981 into elastic:master Mar 5, 2020
@SergeyKleyman SergeyKleyman deleted the Fix_DB_conn_str_parsing branch March 5, 2020 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elastic.Apm 1.3 ParsePortValue bug
2 participants