-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Forwarding to static page results in errors #2950
Comments
Hi @spencergibb, @violetagg and @ryanjbaxter we are facing the same issue in our Spring Cloud Gateway. Our implementation is using Spring Boot 2.7.12 and Spring Cloud 2021.0.7 running on Java 11. This issue has also been reported by @YaniM in #2979. Is the Spring Cloud team actively working on finding a solution for this pressing bug? Any help would be appreciated! |
In our case, we encountered the problem after we migrated to Spring Boot 2.7.12, Spring Cloud 2021.0.7 and Spring Cloud Gateway 3.1.7. We didn't have this issue in our previous implementation using this stack:
|
This commit 18e116c is the cause. A fix was made in the circuit breaker filter for this exact same error 91b465a. Will need to come up with a general solution for any attributes added/used by predicates that need to be cleaned up later. /cc @ryanjbaxter |
@spencergibb thank you so much for quickly finding the root cause for this issue. Do you have a tentative date in mind when the version 2021.0.8 will be available for the Spring Cloud Release Train? Thanks in advance! |
Hello,
We have the following setup, which forwards to static page located in resource:
It was okay for spring-cloud-starter-gateway:3.0.1, but after migrating to the latest (spring-cloud-starter-gateway:4.0.5) we get the following error:
Errors are not very meaningful to us to understand if some additional configuration is required.
Any help is appreciated, thanks !
As a workaround:
#1339 where StaticFilesFilter is implemented.
The text was updated successfully, but these errors were encountered: