Tomáš Poledný
Tomáš Poledný
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
**Describe the bug** StripPrefix filter (and maybe [RewritePath too](https://github.com/spring-cloud/spring-cloud-gateway/issues/1804#issuecomment-686220991)) isn't able to remove a contextPath if there is any set. It started with upgrading to Spring Boot 2.3. I think...
### Use case We have this model: ```java class Model { List items; UUID modelId; } class Item { UUID itemId; String name; } class ItemDTO { UUID itemId; String...
I would like to concat an array with another field. If I use normal update then I can use `$push` operator but in pipeline update I have to use `$concatArrays`....
**Describe the bug** I think that I have a normal widespread use case of Spring Cloud Gateway (WebFlux version) with a combination of proxy (ingress). I have a proxy (Nginx...