spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

An API Gateway built on Spring Framework and Spring Boot providing routing and more.

Results 619 spring-cloud-gateway issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

waiting-for-triage

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@antora/collector-extension&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=1.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...

dependencies
javascript

Bumps [@springio/antora-extensions](https://github.com/spring-io/antora-extensions) from 1.14.4 to 1.14.7. Changelog Sourced from @​springio/antora-extensions's changelog. == 1.14.7 (2025-07-16) No changes since previous release. == 1.14.6 (2025-07-09) No changes since previous release. == 1.14.5 (2025-07-08)...

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@antora/collector-extension&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=1.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...

dependencies
javascript

**Deflake keepOriginalEncodingOfQueryParameter by relaxing URI ordering assertion** While running the Spring Cloud Gateway MVC tests (including with tools like [NonDex](https://github.com/TestingResearchIllinois/NonDex)), I observed non-deterministic failures in `ProxyExchangeHandlerFunctionTest.keepOriginalEncodingOfQueryParameter()`. The original test asserted...

waiting-for-triage

**Deflake rewriteEncodedRequestParameter by relaxing URI ordering assertion** While running the Spring Cloud Gateway MVC tests with [NonDex](https://github.com/TestingResearchIllinois/NonDex), I observed non-deterministic failures in `BeforeFilterFunctionsTests.rewriteEncodedRequestParameter()`. The original test asserted that the entire...

waiting-for-triage

**Describe the bug** I'm using Spring Cloud Gateway MVC version 5.0.0. I'm encountering a connection leak when requests are made against a service that publishes Server-Sent-Events. This leak is confirmed...

waiting-for-triage

**Fix NettyRoutingFilter tests by migrating error message config to Spring Boot 4 key** While running the Spring Cloud Gateway server WebFlux tests on the current Spring Boot 4 / Spring...

waiting-for-triage

**Describe the bug** I plan to use this component, please tell me why it is not in the documentation? Are you planning to cut it out of the library? **Sample**...

help wanted
documentation

I want to route request regarding its size. I tried to use HeaderRoutePredicateFactory and Content-length header with a regex : this works but when I look at the requests I...

waiting-for-triage