rlagoue

Results 3 comments of rlagoue

Hi Oleg Accoding to this [link](https://docs.spring.io/spring-framework/docs/5.3.26/reference/html/overview.html), the spring framework jars allow for deployment to JDK 9’s module path. > A note about modules: Spring’s framework jars allow for deployment to...

Hi to you all, We just faced this issue too, using org.springframework.cloud:spring-cloud-starter-gateway-mvc:4.2.0; and solved it by just disabling the multipart resolver provided by spring like this: `spring.servlet.multipart.enabled=false` Doing it prevented...

Thinking about it carefully, may be we should not consider it as a workaround, but as the way it should be used, since disabling it that way prevent the gateway...