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

[Application] Make url rewrite with gateway api configurable #120

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

heubeck
Copy link
Member

@heubeck heubeck commented Jun 12, 2024

This looks like a breaking change, in fact it isn't.
The strip path prefix did never work as intended, because it stripped not only the (matched) prefix, but the entire path, making every request hit the service at /.
Beside that this behavior was crap, the new default that match path prefixes are stripped is what was intended before.

@heubeck heubeck requested a review from a team as a code owner June 12, 2024 10:57
@technolinator-sbom-as-a-service
Copy link

technolinator-sbom-as-a-service bot commented Jun 12, 2024

🏆 No vulnerabilities found

@heubeck heubeck enabled auto-merge June 12, 2024 11:14
@heubeck heubeck force-pushed the application-configurable-httproute-rewrite branch from 514fdce to 7e746e2 Compare June 12, 2024 11:18
@heubeck heubeck merged commit 12da20b into main Jun 12, 2024
9 checks passed
@heubeck heubeck deleted the application-configurable-httproute-rewrite branch June 12, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants