florentm35

Results 6 issues of florentm35

**Describe the bug** With spring cloud gateway mvc 2023.0.0 when we perform an post request with multi part and query string, the query string was loose. Exemple with an test...

feedback-provided

**Describe the bug** I use reverse proxy who add the headers `X-Forwarded-*` in front of the gateway and a backend spring-boot application behind the gateway. On the backend spring boot...

waiting-for-triage

**Is your feature request related to a problem? Please describe.** I have a gateway in production behind a reverse, but in dev mode i d'ont have a proxy, i need...

waiting-for-triage

**Describe the bug** Hello, after some test i have found that the property spring.cloud.gateway.x-forwarded.enabled are present in the class XForwardedRequestHeadersFilter but not use. For disable all forward header it's needed...

waiting-for-triage

**Describe the bug** When the caracters '=' is contained on query param, the gateway send an error : ![image](https://github.com/spring-cloud/spring-cloud-gateway/assets/31475579/a13b623f-a0b8-49d3-b923-ecb36cfebcc0) Exemple url : http://localhost:9007/test?state=WTq0yXFG63hUwOLiWDCxjHagfnuj49K2YGF0cbdtu34%3D I don't understand the equals caracters are...

waiting-for-triage

**Describe the bug** We have a tomcat between the gateway MVC (spring cloud 2023.0.0), some problem occured with the JDK httpclient (in java 17 they are problem with node), so...

enhancement
help wanted