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

Spring-Cloud-Gateway start giving 400 Bad Request response after few requests. #3602

Open
syedhaider opened this issue Nov 21, 2024 · 3 comments

Comments

@syedhaider
Copy link

I have migrated our gateway code from zuul-gateway to Spring-Cloud-Gateway to support Spring boot 3 and JDK17. Everything work fine for some time. Then suddenly it start giving Bad request 400 for any uri.

Here is the error which I see in the log. It doesn't provide more Information in the log then below.

[tor-http-nio-31] o.s.w.s.adapter.HttpWebHandlerAdapter : [c4a4dd5] Completed 400 BAD_REQUEST

Any help in this regards is appreciated.

Spring Boot:3.2.5

org.springframework.cloud:spring-cloud-starter-gateway:4.1.1'

@spencergibb
Copy link
Member

If you'd like us to spend some time investigating, please take the time to provide a complete, minimal, verifiable sample (something that we can unzip attached to this issue or git clone, build, and deploy) that reproduces the problem.

@syedhaider
Copy link
Author

what information from the code due need? The is the production code which I can't provide. If you need some yml config or what are filter we are using I can provide here.

@spencergibb
Copy link
Member

I need a way to replicate the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants