sjh19950115 opened a new issue, #9542: URL: https://github.com/apache/apisix/issues/9542
### Current Behavior use java plugin runner to write plugins, use ext-plugin-post-resp plugin to configure filter, but in postFilter I can not get response body. use lua can get body by ngx.arg[1]. I also see the variable in apisix variable and nginx variable to add the value by requiredVars method , but not find ### Expected Behavior use java plugin runner , we can get response body by the postFilter method ### Error Logs _No response_ ### Steps to Reproduce 1.write java plugin runner filter extend PluginFilter 2.Override postFilter method 3.can not get response body ### Environment - APISIX version (run `apisix version`): 3.3.0 - Operating system (run `uname -a`): linux - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): 1.21.4 - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
