wdvaini commented on issue #4947:
URL: https://github.com/apache/shenyu/issues/4947#issuecomment-1668832947

   @moremind 抱歉,我前面是为了描述问题方便,把实际参数给截短了,截短后确实不存在这个问题。
   
   但是,发现真实的问题原因是,参数里有%2B的同时还有%3D,时就会出现这个问题。
   
   如:
   curl --location --request POST 'http://localhost:8080/test?p=a%2Bb%3D' \
   --data ''
   
   实际divide转发的请求变为了
   http://domain.com/test?p=a%20b%3D
   
   截图如下:
   
   
![image](https://github.com/apache/shenyu/assets/33773743/7cadb650-8523-4cc3-ab62-8c1b09a20b72)
   
   
   
   
   
   
   
   
   


-- 
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]

Reply via email to