nic-6443 commented on code in PR #12862: URL: https://github.com/apache/apisix/pull/12862#discussion_r2663801093
########## t/plugin/serverless.t: ########## @@ -557,7 +557,7 @@ passed --- request GET /echo?args=%40%23%24%25%5E%26 --- response_body chomp -args=@#$%^& +args=@%23$%25%5E& Review Comment: That is to say, the three characters `#` / `%` / `^` are no longer decoded by default, and this change may be disruptive. -- 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]
