-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Support setting Spring.webflux.base-path and supporting it in path predicate #2984
base: main
Are you sure you want to change the base?
Conversation
@Guofuyinan Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@Guofuyinan Thank you for signing the Contributor License Agreement! |
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.
please add a test
I will add a test ASAP |
920d2ab
to
1ceaee8
Compare
...t/java/org/springframework/cloud/gateway/handler/predicate/GatewayPredicateVisitorTests.java
Show resolved
Hide resolved
...main/java/org/springframework/cloud/gateway/handler/predicate/PathRoutePredicateFactory.java
Outdated
Show resolved
Hide resolved
…ath Predicates Return 404 Results Changing the order of imports Revert code style
Looks like some checkstyle issues. |
Try again |
@spencergibb any update? |
We will get this included in the 2024.0 release train. |
@spencergibb any update? |
# Conflicts: # spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/config/GatewayAutoConfiguration.java # spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/handler/predicate/PathRoutePredicatePathContainerAttrBenchMarkTests.java # spring-cloud-gateway-server/src/test/java/org/springframework/cloud/gateway/support/tagsprovider/GatewayPathTagsProviderTests.java
# Conflicts: # spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/handler/predicate/PathRoutePredicateFactory.java
Fixes #1759 |
Fix Bug : Setting Spring.webflux.base-path All Path Predicates Return 404 Results
Issues :
New Issue : #2944
Three Years Ago Issue : #1759