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

KTOR-7048: Support parameters in Resources url inside the path #4059

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

hfhbd
Copy link
Contributor

@hfhbd hfhbd commented May 30, 2024

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

Copy link
Member

@e5l e5l left a 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!

@e5l
Copy link
Member

e5l commented May 31, 2024

It looks like the resource tests are failing. Could you check?

@hfhbd
Copy link
Contributor Author

hfhbd commented Jun 6, 2024

Can you rerun the CI?

@e5l
Copy link
Member

e5l commented Jun 21, 2024

Sure, sorry for the delay

@bjhham
Copy link
Contributor

bjhham commented Sep 11, 2024

Seems there's a test failure in ResourcesTest.testEncodesParameters() 🔴

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.

3 participants