On Tue, Nov 10, 2015 at 4:06 PM, Antonio Sanso <[email protected]> wrote: > ...I was wondering if we can have a combination of white/black list approach > though...
SerialKiller [1] which was also recently created uses regular expression patterns with both black and white lists (and gets them from an XML config which I don't like). That might be a bit slow for the common cases where you know exactly which class you want, at least in Sling I think most or all use cases are like that. So maybe we can provide the current mode with whitelist of fixed class names, with the option of a set of white + blacklists based on regexp class name patterns. -Bertrand [1] https://github.com/ikkisoft/SerialKiller/blob/master/src/org/nibblesec/tools/SerialKiller.java
