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

Command icon 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

bomoko created an issue. See original summary.

bomoko’s picture

Status: Active » Needs review

The issue here was the pagination system had some rogue code that terminated the loop early

bomoko’s picture

Status: Needs review » Reviewed & tested by the community

I've tested this and it looks good

bomoko’s picture

Status: Reviewed & tested by the community » Fixed

  • bomoko committed 1460efa on 8.x-1.x
    Issue #3276512 by bomoko: FSA is not respecting existing IPs already in...
bomoko’s picture

Status: Fixed » Needs work

It turns out that the default pagination setup for ACLs isn't working in some cases - new patch incoming.

bomoko’s picture

Status: Needs work » Fixed

Fixed in main. Closing

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.