wangxiaochuang commented on pull request #4888:
URL: https://github.com/apache/apisix/pull/4888#issuecomment-906777687
> Could you provide a test case to indicate which situation will cause the
bug?
first time:
route: {
plugin_config_id=1
}
plugin_config: {
id=1,
plugins={
NAME: {...}
}
}
second time update the plugin_config:
route: not change
plugin_config: {
id=1,
plugins={}
}
then the NAME plugin will exist always for route, unless you reload apisix
--
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]