spring-cloud-gateway
spring-cloud-gateway copied to clipboard
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
**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...
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...
``` 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...
**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**...
**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...
**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
**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...
springcloud gateway 3.1.1 springboot 2.6.3  
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...
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...