spring-cloud-gateway
spring-cloud-gateway copied to clipboard
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
**Describe the bug** use sockjs connect spring message broker server。 Use wireshark to capture packets. When using sockjs to connect to the websocket server through the gateway, the response message...
Im using *Spring Cloud Gateway 4.1.6*. Routes are defined in application.properties. Two routes share the same prefix, and I’m not setting the order on the RouteDefinition. ```java spring.cloud.gateway.routes[0].uri=http://platform-dev.com/ spring.cloud.gateway.routes[0].predicates[0].name=Path spring.cloud.gateway.routes[0].predicates[0].args[0]=/authentication/token/**...
[The CONTRIBUTING guide references a need to sign the Contributor License Agreement](https://github.com/spring-cloud/spring-cloud-gateway/blob/f33e0270bc25c1973848f1eaae10cfd368831cd2/.github/CONTRIBUTING.md?plain=1#L10) and links to https://cla.pivotal.io/sign/spring. This link does not work as [cla.pivotal.io does not have any DNS records](https://dns.google/query?name=cla.pivotal.io). I...
```text Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 2025-08-20T00:04:54.692+08:00 ERROR 16930 --- [trace-java-gw-demo] [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START...
**Is your feature request related to a problem? Please describe.** We recently switched from `spring-cloud-starter-gateway` to `spring-cloud-starter-gateway-server-webmvc` for various reasons. We were able to specify per route timeouts before via...
Bumps [antora](https://gitlab.com/antora/antora) from 3.2.0-alpha.8 to 3.2.0-alpha.9. Changelog Sourced from antora's changelog. == 3.2.0-alpha.9 (2025-08-11) === Added content-classifier: Allow file to be explicitly marked as private; not private bypasses underscore check...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
I uploaded a large JSON structure (a menu tree) from the frontend. When it reaches the gateway, it throws the following error: DataBufferLimitException: Exceeded limit on max bytes to buffer...
hi team i ve been working on a small lib that adds MaxMind GeoLite2 ip geolocation support to SCG it integrates as an autoconf filter currently with support for SCG...
# Fix #3729: Support optional parameters in RewriteLocationResponseHeader filter ## Summary This PR resolves issue #3729 by adding overloaded methods for the `RewriteLocationResponseHeader` filter, enabling flexible YAML configuration with optional...