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/07/02 15:24:08 UTC

[GitHub] [apisix-java-plugin-runner] daiweiaaaa opened a new issue, #159: 插件获取配置的值偶尔报数组越界异常

daiweiaaaa opened a new issue, #159:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/159

   String config = request.getConfig(this);
   HttpRequest.getConfig() 方法
   config.confLength()的时候,刚开始能正确获取到值,多刷新几次后报了素组越界的异常


-- 
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.apache.org

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


[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #159: 插件获取配置的值偶尔报数组越界异常

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #159:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/159#issuecomment-1174518567

   > 0.1.0
   
   pls use 0.2.0 to test


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


[GitHub] [apisix-java-plugin-runner] daiweiaaaa commented on issue #159: 插件获取配置的值偶尔报数组越界异常

Posted by GitBox <gi...@apache.org>.
daiweiaaaa commented on issue #159:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/159#issuecomment-1173797291

   插件配置
   "plugins": {
       "ext-plugin-pre-req": {
         "conf": [
           {
             "name": "testPlugin",
             "value": "xxxx"
           }
         ]
       }
     },
   项目插件配置
   ![F1A6A2DA111534304F08016D5828583E](https://user-images.githubusercontent.com/37169828/177159954-f9b5bfd0-37bc-40d8-a726-9962ba85e7b2.jpg)
   ![C28147BED5C679634AD90D5469F1A155](https://user-images.githubusercontent.com/37169828/177160013-b8077696-f712-4e96-8f6c-fcdf9b22a14c.jpg)
   ![C6E2D904740FF8F1A44CC0D35B328731](https://user-images.githubusercontent.com/37169828/177160045-1435c08a-5d0d-41c1-a55e-f785618b2434.jpg)
   
   刚开始获取值是能正确获取到,多更新几次后就报异常了。在控制台更新下插件的配置信息 又不报错了
   
   
   
   


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


[GitHub] [apisix-java-plugin-runner] daiweiaaaa commented on issue #159: 插件获取配置的值偶尔报数组越界异常

Posted by GitBox <gi...@apache.org>.
daiweiaaaa commented on issue #159:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/159#issuecomment-1173876656

   0.1.0


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


[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #159: 插件获取配置的值偶尔报数组越界异常

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #159:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/159#issuecomment-1173858528

   which version of apisix-java-plugin-runner?


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


[GitHub] [apisix-java-plugin-runner] tzssangglass commented on issue #159: 插件获取配置的值偶尔报数组越界异常

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #159:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/159#issuecomment-1173657234

   Can you give the complete steps for reproduction?


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


[GitHub] [apisix-java-plugin-runner] tzssangglass closed issue #159: 插件获取配置的值偶尔报数组越界异常

Posted by GitBox <gi...@apache.org>.
tzssangglass closed issue #159: 插件获取配置的值偶尔报数组越界异常
URL: https://github.com/apache/apisix-java-plugin-runner/issues/159


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