Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It seems that Jackrabbit currently exposes boolean value constraints in a non-compliant way.
For a constraint of "true", JSR-170 (6.7.16) IMHO requires a range notation such as:
[ true, true ]
JSR-283 on the other hand currently states that constraints on boolean values are not exposed at all.
Jackrabbit in fact exposes the constraint as
true
which of course makes a lot of sense. I think both JSR-170 and JSR-283 should be fixed to require this behavior.