> Occurred to me I introduced my own bug: ".*" is 0+ characters, rather than 1+ characters (cf. unanchored regex "."). Further, if the code considers null/empty set and an empty string as +/- equivalent, ".*" becomes an effective no-op (alway true). > > More testing needed. Might need to turn to the resolver. I think you want regex=".+"