kimmking
kimmking
you can also use RedirectTo GatewayFilter [edirectTo GatewayFilter Factory](https://docs.spring.io/spring-cloud-gateway/reference/spring-cloud-gateway/gatewayfilter-factories/redirectto-factory.html)
According to the error message, you should increase the limit to a bigger value such as 100MB in your test env.
Oh, got it, you mean there is a memory leak issue in netty
where is the 404?
url-rewrite filter ?
You are right, it seems a bug.
SCG consider lang.css as a url parameter, and its value is empty. Use stripPrefix or custum filter to remove the redundant char.
use / instead of empty path?
@yangbodong22011 thanks for your idea and kind. This is a way to fix the problem in my case, but some duplicated codes with ClusterCommandExcutor.
Could you improve it?