fix(limit-count): conf with group and disable can't be configured#7384
fix(limit-count): conf with group and disable can't be configured#7384spacewander merged 3 commits intoapache:masterfrom
Conversation
spacewander
left a comment
There was a problem hiding this comment.
apisix/apisix/plugins/limit-count.lua
Lines 153 to 168 in 2f7833e
We use a whitelist for the fields which need to be compared, and disable is expected not in the list?
Yes, it's injected in: https://github.com/apache/apisix/blob/master/apisix/plugin.lua#L139-L162 |
|
The whitelist for the fields does not work as it should, because the schema may be injected into other fields, currently there are |
Description
Fixes #7375
Checklist