André
André
Hello and thank you everyone for your work. I want to mention that this problem still persists and we do not found an official way to handle this issue. When...
Hello @NiiazKhan, thank you for your answer. Unfortunately, this does not help because we still have to manually create RouterFunctions and translate everything from application properties (including predicates..) in order...
We actually have no "proper" way to create filter on **matched** gateway routes configured inside application.yml, respecting the configured predicates. Let's take a simple example: ```yaml spring: cloud: gateway: mvc:...
Yes exactly, but there is a main difference which make the default filter still not as suitable as global filters unfortunately : with default filter, you have to write manually...
That could do the trick ! But I do not see how to add default filter with a bean ? The only documentation on [default filter](https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway/gatewayfilter-factories/default-filters.html) is related to writing...