seominho77 commented on issue #63:
URL: 
https://github.com/apache/apisix-java-plugin-runner/issues/63#issuecomment-906004393


   > if the filter method
   > `public Mono<Void> filter(HttpRequest request, HttpResponse response, 
PluginFilterChain chain) {`
   > throw RuntimeException, the exception will be swallow, and the next 
request go into the method with null.then throw the Exception, because the 
request is null now.
   > so you should try the Exception ,solve it
   
   
   my filter code:
   
![image](https://user-images.githubusercontent.com/55071915/130885583-0b55f8c1-142f-4849-807f-a51cf85de215.png)
   


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