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:
   In other words, the three characters `#` / `%` / `^` are no longer decoded 
by default, which may cause compatibility issues. However, as long as the new 
behavior conforms to URL parser standards, it should also be upgraded.



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