-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Router path parameters broken in 1.5 #13862
Comments
👍 |
Dumb question maybe but did we not skip v1.5.0 in favor of v1.5.1 due to a security vulnerability? |
I don't know about that, but this above will definitely be breaking apps for some users that upgrade. |
@liggitt has investigated |
you may be thinking of kube 1.5.0. OpenShift 1.5.0 is based on kube 1.5.2 |
fixed in #13867, will cherry-pick to release-1.5 branch |
That would explain a thing or two ... |
1.5 pick in #13923 |
Will there be a release for this fix? |
@andrewklau , released with 1.5.1. |
Routes that are created with a path / are now only responding to traffic in / and not any subsequent paths
ie.
Route: example.com
Path: /
example.com --> OK
example.com/test --> NOT OK
The web console has / as a suggested value
This was not the same behaviour in 1.4.1
Version
v1.5.0
The text was updated successfully, but these errors were encountered: