sdcote / loader

Component loader for 12-factor apps and embedded JREs.
MIT License
2 stars 1 forks source link

ACL Allows Duplicates #8

Open sdcote opened 7 years ago

sdcote commented 7 years ago

It is possible to add duplicate entries into the ACL. add(IpNetwork,boolean) needs to look for existing networks which match and either deny the add or override the existing entry.