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

I wanted to remove a custom header from forwarded requests in spring-cloud-gateway The header name - `MyCustomHeader` I've tried to configure this header removal using `remove-hop-by-hop` filter: ```yaml spring.cloud: gateway:...

waiting-for-triage

**Describe the bug** When setting a `spring.webflux.base-path` property all routes using `Path` predicates return 404 results **Sample** ``` application.name: demo server.port: 8080 spring.webflux.base-path: /myapp spring.cloud.gateway: routes: - id: google-route uri:...

documentation

Springcloud: Hoxton.SR9 Springboot: 2.3.7.RELEASE dubbo-spring-boot-starter: 3.0.8 DUBBO3添加了应用级注册的功能, 如果我开启了应用级注册, 并且开启了spring.cloud.gateway.discovery.locator.enabled=true 则gateway会将DUBBO服务也视为我的服务然后进行路由, 最后导致请求失败 DUBBO3 adds application-level registration, if I enable application-level registration and enable spring.cloud.gateway.discovery.locator.enabled=true then the gateway will treat the DUBBO...

waiting-for-triage

Suppose we have some of end points in some micro service...end point 1 to end point 5. But only end point 2 and 4 should be exposed externally. Would it...

enhancement

![截屏2022-04-11 16 03 56](https://user-images.githubusercontent.com/103414624/162695316-b0c187f2-6977-44c6-92bf-79be24037ef8.png)

waiting-for-triage

Version spring cloud : Hoxton.SR8 spring cloud starter gateway : 2.2.5.RELEASE spring boot starter : 2.3.2.RELEASE netty : 4.1.51.Final when i use springcloud gateway, i got OutOfDirectMemoryError like: io.netty.util.internal.OutOfDirectMemoryError: failed...

waiting-for-triage

Hi I define a route using API don't support for default filter. this is my code ```Java @Bean public RouteLocator hiServerRouteLocator(RouteLocatorBuilder builder) { return builder.routes() .route("hi-server", r -> r.path("/hi-server/**") .filters(f...

enhancement

**Describe the bug** spring cloud version : Greenwich.SR3 gateway version : 2.1.3.RELEASE this is a Weird bug ,my project start ok and test success, it is run some day ,...

feedback-provided

as stated in title, fix #2637

waiting-for-triage

**Describe the bug** Some requests are failing randomly when HEAD requests and chunked responses are used. Noticed that Netty sometimes tries to read a last "zero" chunk as a start...

in progress
feedback-provided