Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declarative Gateway Filter Factory for MVC #3425

Closed
khannedy opened this issue Jun 5, 2024 · 1 comment
Closed

Declarative Gateway Filter Factory for MVC #3425

khannedy opened this issue Jun 5, 2024 · 1 comment

Comments

@khannedy
Copy link

khannedy commented Jun 5, 2024

currently to create filter, we need to use WebMVC function, and it's programmatic, we need to use Java Code : https://docs.spring.io/spring-framework/reference/web/webmvc-functional.html#webmvc-fn-router-functions

In gateway reactive, we have Gateway Filter Factory per route : https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway/developer-guide.html#writing-custom-gatewayfilter-factories

And use Gateway Filter Factory using properties (declarative)

it's better we also have this for Gateway MVC

@spencergibb
Copy link
Member

I will not be creating a gateway filter factory for mvc

@spencergibb spencergibb closed this as not planned Won't fix, can't repro, duplicate, stale Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants