spring-cloud-gateway
spring-cloud-gateway copied to clipboard
RemoveRequestParameterGatewayFilterFactory not support RFC 3986
Describe the bug A request URL: http://localhost:8080/test?key=%5B%5D When not using the RemoveRequestParameterGatewayFilterFactory, the server receives the request URL /test?key=%5B%5D After using it, it becomes /test?key=[]
Sample