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

RUMM-894 URLProvider fixed for illegal chars #317

Merged
merged 2 commits into from
Nov 24, 2020

Conversation

buranmert
Copy link
Contributor

What and why?

Fixes #316

How?

Wrong property of URLComponents (percentEncodedQueryItems) was used in URLProvider
It is fixed by being replaced with the correct method (queryItems)

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference

Example case: service name with whitespace crashes in RUM
@buranmert buranmert added this to the next-version milestone Nov 20, 2020
@buranmert buranmert requested a review from a team as a code owner November 20, 2020 22:16
@buranmert buranmert self-assigned this Nov 20, 2020
@ncreated ncreated self-requested a review November 24, 2020 10:59
@ncreated ncreated merged commit 6a4b76a into master Nov 24, 2020
@ncreated ncreated deleted the buranmert/RUMM-894-whitespaced-query-crash branch November 24, 2020 11:00
@ncreated ncreated removed this from the next-version milestone Dec 16, 2020
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.

Crash when custom service name contains spaces
2 participants