Problem/Motivation
It seems as though FSA is not respecting the existence of IPs in the ACL - this leads to the same IP being added multiple times to the same ACL, eventually leading to the exhausting of the number of slots on the ACL.
Proposed resolution
Figure out why FSA is not matching existing IPs in ACLs and fix.
Issue fork fsa-3276512
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
bomoko commentedThe issue here was the pagination system had some rogue code that terminated the loop early
Comment #4
bomoko commentedI've tested this and it looks good
Comment #5
bomoko commentedComment #7
bomoko commentedIt turns out that the default pagination setup for ACLs isn't working in some cases - new patch incoming.
Comment #8
bomoko commentedFixed in main. Closing