Gulliver9527 opened a new issue, #4630: URL: https://github.com/apache/servicecomb-java-chassis/issues/4630
https://servicecomb.incubator.apache.org/references/java-chassis/zh_CN/config/general-config.html  文档中写到:自定义Filter 可以在配置文件中 定义是否启用,**实测不行**。 测试方法: 利用官方给的demo-edge,将edge-service中的AuthHander禁用掉:在microservice.yaml配置如下: servicecomb:   filter:    AuthHandler:      edge.edge.enabled: false **以上配置无效!** -- 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]
