monkeyDluffy6017 commented on code in PR #9112:
URL: https://github.com/apache/apisix/pull/9112#discussion_r1145760279
##########
apisix/plugins/proxy-rewrite.lua:
##########
@@ -41,6 +42,10 @@ local lrucache = core.lrucache.new({
type = "plugin",
})
+core.ctx.register_var("proxy_rewrite_regex_uri_captures", function(ctx)
+ return ctx.proxy_rewrite_regex_uri_captures
Review Comment:
It's for other plugin cc @leslie-tsang
--
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]