PolicyRequirementRule attribute "valve"

Tom Zeller tzeller at dragonacea.biz
Thu Sep 12 13:23:09 EDT 2013


> 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=".+"


More information about the users mailing list