Currently, the following constraint is ignored: ``` xml <constraint name="Traverse">false</constraint> ``` The value "false" is interpreted as string, not as boolean, hence traversal cannot be disabled. /cc @pminnieur