-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: hmac-auth plugin will not sort array value in param #6313
Comments
How to run tests in local MacOS machine?
|
Can anyone help me ? The unit tests is the most difficult part when I want to submit a pr. |
Resolved by run |
Nice. |
Issue description
When I passing url like /api/xxx?age=123&name=123&a=2&a=1
this should be sorted as a=1&a=2&age=123&name=123
but I got a=2&a=1&age=2&name=1
Environment
apisix version
):uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):Steps to reproduce
same as description
Actual result
same as description
Error log
same as description
Expected result
No response
The text was updated successfully, but these errors were encountered: