-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
KTOR-7048: Support parameters in Resources url inside the path #4059
base: main
Are you sure you want to change the base?
Conversation
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.
Good job on this, will merge after CI run!
It looks like the resource tests are failing. Could you check? |
Can you rerun the CI? |
Sure, sorry for the delay |
Seems there's a test failure in |
@hfhbd, would you like to rebase this PR and fix tests? |
@osipxd Yes, will do it, but I also noticed the failing test requires a little rework because I didn't handle the test case. |
Subsystem
Client, Server, shared resources
Motivation
KTOR-7048: Resources url builder does not replaces parameters inside the path
Solution
Use a regex to replace the placeholder url with the actual values