-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Avoided url appending with slash when matrix parameter exists #999
Conversation
Can anyone please check it ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also include a unit test? To prevent from breaking again in the future?
I’m just back from vacation. I will review this later today also. |
I have added UT as well now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work. I've approved this PR and marked it as ready to merge. If there is no additional feedback from the other contributors in the next few days, this PR will be merged.
I've reviewed and verified that there is a unit test.
* Avoided url appending with slash when matrix parameter exists * Added UT to cover url appending with slash when matrix parameter exists
* Avoided url appending with slash when matrix parameter exists * Added UT to cover url appending with slash when matrix parameter exists
Fixed an issue of passing matrix parameter using RequestTemplate
More details at #998