shenyu icon indicating copy to clipboard operation
shenyu copied to clipboard

Shenyu Gateway forwarding URL parameter urldecode problem

Open bluewu opened this issue 3 years ago • 1 comments

Question

shenyu 2.4.3

Get request
url is like queryTaskPage?examState=0&orders%5B0%5D.asc=true&size=9&current=1&examName=&_t=1658991926619 Gateway forwarding URL parameter urldecode change to queryTaskPage?examState=0&orders[0].asc=true&size=9&current=1&examName=&_t=1658991926619

tomcat webservice response 400

but i find use nginx forwarding URL is also the same queryTaskPage?examState=0&orders%5B0%5D.asc=true&size=9&current=1&examName=&_t=1658991926619

response is success。

You can use the GET request receive array argument to reproduce the problem

bluewu avatar Jul 28 '22 09:07 bluewu

I will follow up on this issue.

impactCn avatar Aug 01 '22 04:08 impactCn

Has this problem been solved?

yangguihua avatar Nov 23 '22 01:11 yangguihua