Skylm808 commented on code in PR #909:
URL: https://github.com/apache/dubbo-go-pixiu/pull/909#discussion_r3106797624


##########
pkg/filter/http/apiconfig/api_config.go:
##########
@@ -74,12 +79,22 @@ func (factory *FilterFactory) Apply() error {
                return nil
        }
 
+       if factory.cfg.EnableOpenAPIValidation && factory.cfg.OpenAPIPath != "" 
{

Review Comment:
   之前这确实会把 `dynamic + openapi_path` 
静默忽略掉。现在代码里面我改成了显式报错,避免配置看起来生效、实际上没执行的问题,测试和文档现在也一起补了。



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to