Skip to content

RemoveJsonAttributesResponseBody filter does not exists in WebMVC context : remove it from documentation or implement it #4240

Description

@lassellea-sfeir

Describe the bug
Hi,
when we read Spring Gateway documentation, we can think that RemoveJsonAttributesResponseBody can be used in WebMVC context :

But in fact, this filter does not exist in WebMVC context :

Caused by: java.lang.IllegalArgumentException: Unable to find operation interface org.springframework.web.servlet.function.HandlerFilterFunction for removeJsonAttributesResponseBody with args {_genkey_0=myjsonattribute}

No RemoveJsonAttributesResponseBody class found in sources : https://github.com/spring-cloud/spring-cloud-gateway/tree/main/spring-cloud-gateway-server-webmvc/src/main/java/org/springframework/cloud/gateway/server/mvc/filter

-> Please update documentation or implement this filter : it is very important, because we are doing design based on documentation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions