wdvaini opened a new issue, #5018: URL: https://github.com/apache/shenyu/issues/5018
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior 之前反馈过,被关闭了 https://github.com/apache/shenyu/issues/4947 补充了些信息 希望能再看看。 ### Expected Behavior 参数里有%2B的同时还有%3D,时就会出现这个问题。 如: curl --location --request POST 'http://localhost:8080/test?p=a%2Bb%3D' --data '' 实际divide转发的请求变为了 http://domain.com/test?p=a%20b%3D  ### Steps To Reproduce _No response_ ### Environment ```markdown ShenYu version(s):2.5.1 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
