florentm35
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...
**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...
**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...
**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...
**Describe the bug** When the caracters '=' is contained on query param, the gateway send an error :  Exemple url : http://localhost:9007/test?state=WTq0yXFG63hUwOLiWDCxjHagfnuj49K2YGF0cbdtu34%3D I don't understand the equals caracters are...
**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...