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

**my question** when I use AddRequestParameter,I use the chinese characher as the value,then the console reports some error However,when I use the non-Chinese characters,it works well. My dependency version as...

waiting-for-triage

Hello Together, Below is my Global CORS configuration (i.e. in application.yml file) in the Spring Cloud API Gateway application and my preflight response is success. But then the actual graphql...

waiting-for-triage

``` java org.springframework.expression.spel.SpelEvaluationException: EL1005E: Type cannot be found 'org.springframework.util.StreamUtils' at org.springframework.expression.spel.support.SimpleEvaluationContext.lambda$static$0(SimpleEvaluationContext.java:92) at org.springframework.expression.spel.ExpressionState.findType(ExpressionState.java:155) at org.springframework.expression.spel.ast.TypeReference.getValueInternal(TypeReference.java:69) at org.springframework.expression.spel.ast.CompoundExpression.getValueRef(CompoundExpression.java:55) at org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:91) at org.springframework.expression.spel.ast.ConstructorReference.createNewInstance(ConstructorReference.java:122) at org.springframework.expression.spel.ast.ConstructorReference.getValueInternal(ConstructorReference.java:108) at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:112) at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:273) at org.springframework.cloud.gateway.support.ShortcutConfigurable.getValue(ShortcutConfigurable.java:72) at...

waiting-for-triage

**Description** I'm using 2020.0.3 version of Gateway. When I'm trying to send the POST request to gateway the preflight request works correctly but the main POST method is forbidden. **Configurations**...

waiting-for-triage

**Describe the bug** Because I have a service proxied by the gateway, this service needs to customize the response header of the OPTIONS request, but I found that the gateway...

bug
status: pending-design-work

**Describe the bug** Why is it introduced in line 29 of this file: “org.jetbrains.annotations.NotNull;” **Sample** https://github.com/spring-cloud/spring-cloud-gateway/blob/c3b81538f72bb7e3bbf0e77a8d2c69446c069cd5/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/filter/ratelimit/RedisRateLimiter.java#L29

waiting-for-triage

**Describe the bug** When uploading multipart form data and forwarding it via proxy exchange, the payload is not correctly forwarded to the downstream service resulting in errors when trying to...

waiting-for-triage

springcloud gateway 3.1.1 springboot 2.6.3 ![image](https://user-images.githubusercontent.com/59356890/187079196-547261d2-5c0e-42e2-baa7-bd19358fec8a.png) ![image](https://user-images.githubusercontent.com/59356890/187079034-0024b567-bb20-4a9f-9fe4-dd0d49912732.png)

waiting-for-triage

Hi, I'm working on a project in which I have a gateway which connects to keycloak in order to authenticate requests. Everything works as expected but each time access token...

waiting-for-triage

Set a global or a per-route timeout. Create a test that delays the response from the stubbed downstream service in order to trigger a timeout. This will log a ResponseStatusException...

waiting-for-triage