I'm using Spring Cloud Gateway, and I have a use-case where I need to skip default-filters for a specific route.
The documentation does not say anything about this option, is there any way to achieve it?
I cannot find any clues in the source code either.