You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/20 05:41:16 UTC

[GitHub] [apisix-java-plugin-runner] Cheol-Soon-Choi commented on issue #205: request help: Custom filter performed twice?

Cheol-Soon-Choi commented on issue #205:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/205#issuecomment-1284967623

   my route is,
   `{
     "uri": "/*",
     "name": "test",
     "methods": [
       "GET"
     ],
     "plugins": {
       "ext-plugin-pre-req": {
         "conf": [
           {
             "name": "HiFilter",
             "value": "{\"apiCode\":\"apiCode\",\"rejected_code\":\"403\"}"
           }
         ]
       }
     },
     "upstream_id": "99",
     "status": 1
   }`
   
   my backend, (serviceA = test2(), serviceB = test() method)
   <img width="594" alt="스크린샷 2022-10-20 오후 2 35 26" src="https://user-images.githubusercontent.com/79562672/196864729-1e01f6e3-aade-492b-a66b-9df6f1b35f91.png">
   
   my custom filter,
   ![스크린샷 2022-10-20 오후 2 37 39](https://user-images.githubusercontent.com/79562672/196864916-9714de8c-f6a8-4c17-a470-15fabaaec1d5.png)
   
   my error log,
   ![스크린샷 2022-10-20 오후 2 39 05](https://user-images.githubusercontent.com/79562672/196865083-34cc0238-50ab-4ee7-8717-bdb7347430d0.png)
   
   Please refer to the above.
   thanks, @tzssangglass


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org