Georg Henzler created SLING-3501:
------------------------------------
Summary: Unexpected behaviour when using multiple tags in the web
console to run checks
Key: SLING-3501
URL: https://issues.apache.org/jira/browse/SLING-3501
Project: Sling
Issue Type: Bug
Components: Health Check
Reporter: Georg Henzler
Assignee: Bertrand Delacretaz
Multiple tags (e.g. "category1,category2") are connected with a logical AND at
the moment, that means for the given example only HCs with both category tags
would be run.
>From a user's point of view this behaviour is not intuitive (IMHO, also see
>Björn's comment in the sling-users list [1]). Using the tags
>"category1,category2" should rather cause all checks of both categories to be
>run (union instead of intersection).
The problem is evident for both the web console [2] and when configuring
CompositeHealthChecks (both use HealthCheckFilter).
[1]
http://apache-sling.73963.n3.nabble.com/Healthcheck-Unexpected-behavior-with-tags-td4032090.html
[2] http://localhost:4502/system/console/healthcheck
--
This message was sent by Atlassian JIRA
(v6.2#6252)