Hi, On Tue, Jan 14, 2014 at 1:23 PM, Angela Schreiber <[email protected]> wrote: > if am not mistaken this change introduces causes the following line to > compare > different objects with equals: > > the following line used to compare String with String but now compares > String.equals(TypePredicate) in the AccessControlValidator: > > line 204 if > (MIX_REP_REPO_ACCESS_CONTROLLABLE.equals(requiredMixin)) { > > i don't know how to get the requiredMixin string out of the predicate. > so, maybe you can fix that right away?
Good catch! I'll fix it in a moment. BR, Jukka Zitting
