Caused by: java.lang.IllegalArgumentException: Unable to find operation interface org.springframework.web.servlet.function.HandlerFilterFunction for removeJsonAttributesResponseBody with args {_genkey_0=myjsonattribute}
-> Please update documentation or implement this filter : it is very important, because we are doing design based on documentation
Describe the bug
Hi,
when we read Spring Gateway documentation, we can think that
RemoveJsonAttributesResponseBodycan be used in WebMVC context :But in fact, this filter does not exist in WebMVC context :
No
RemoveJsonAttributesResponseBodyclassfound 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