spacewander commented on code in PR #8819:
URL: https://github.com/apache/apisix/pull/8819#discussion_r1103920665
##########
t/plugin/ext-plugin/http-req-call.t:
##########
@@ -514,8 +514,8 @@ GET /hello
ext.go({rewrite_bad_path = true})
}
}
---- access_log
-GET /plugin_proxy_rewrite_args%3Fa=2
+--- error_log
+undefined path in test server, uri: /plugin_proxy_rewrite_args?a=2
Review Comment:
IMHO, we can use `$request_uri` in log so we know it is a "bad" path.
--
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]