wdvaini opened a new issue, #4947:
URL: https://github.com/apache/shenyu/issues/4947
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
请求网关时的请求为:
{{网关地址}}?query=a%2Bb
这里的参数url解码后实际上为a+b
网关转发请求时发送的请求变为了:
{{业务应用地址}}?query=a%20b
这里的参数url解码后实际上变为了 a空格b
### Expected Behavior
网关转发请求时发送的请求应该是:
{{业务应用地址}}?query=a%2Bb
### Steps To Reproduce
_No response_
### Environment
```markdown
ShenYu version(s):2.5.1
```
### Debug logs
<img width="946" alt="image"
src="https://github.com/apache/shenyu/assets/33773743/9ba312f7-ec0b-4788-aa95-adc942ab11da">

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