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: [SIG-542]: handle special characters in servicename #4649

Merged
merged 3 commits into from
Mar 7, 2024
Merged

Conversation

vikrantgupta25
Copy link
Collaborator

@vikrantgupta25 vikrantgupta25 commented Mar 5, 2024

Summary

  • we are encoding the service name while adding it to the URL and decoding the service name while getting it back and sending to the API calls.
  • while this works fine , the presence of the % operator in the service name will cause issues as taken note by the library providers themselves as well.
  • needed to update the webpack config to support routes with . operator as well.

Related Issues / PR's

Screenshots

Screen.Recording.2024-03-06.at.10.34.15.AM.mov

Affected Areas and Manually Tested Areas

@github-actions github-actions bot added the bug Something isn't working label Mar 5, 2024
Copy link

github-actions bot commented Mar 5, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

Copy link

github-actions bot commented Mar 6, 2024

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@YounixM YounixM merged commit 7051831 into develop Mar 7, 2024
11 checks passed
@YounixM YounixM deleted the SIG-542 branch March 7, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants