[ 
https://issues.apache.org/jira/browse/SLING-4822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konrad Windszus updated SLING-4822:
-----------------------------------
    Description: 
Sometimes it is useful to skip some resources in 
{{ValidationMessage.validateAllResourceTypesInResource}} not only depending on 
the actual resource type but based on some other condition. To keep things 
simple I would suggest to replace the {{ignoredResourceTypes}} parameter by 
just a {{org.apache.commons.collection.Predicate}} which acts as filter.
Then either filtering based on a resource type or based on any other property 
of the resource could be done.

  was:
Sometimes it is useful to skip some resources in 
{{ValidationMessage.validateAllResourceTypesInResource}} not only depending on 
the actual resource type but based on some other condition. To keep things 
simple I would suggest to have a property with a special name e.g. 
{{sling:skipValidation}} to allow to skip validation for a specific sub 
resource.
Then the property could just be set to {{true}} in case that resource should 
always be skipped for {{validateAllResourceTypesInResource}}, independent of 
the resource type.


> Allow to skip validation of sub resources based on arbitrary predicates
> -----------------------------------------------------------------------
>
>                 Key: SLING-4822
>                 URL: https://issues.apache.org/jira/browse/SLING-4822
>             Project: Sling
>          Issue Type: Bug
>          Components: Validation
>            Reporter: Konrad Windszus
>            Assignee: Konrad Windszus
>
> Sometimes it is useful to skip some resources in 
> {{ValidationMessage.validateAllResourceTypesInResource}} not only depending 
> on the actual resource type but based on some other condition. To keep things 
> simple I would suggest to replace the {{ignoredResourceTypes}} parameter by 
> just a {{org.apache.commons.collection.Predicate}} which acts as filter.
> Then either filtering based on a resource type or based on any other property 
> of the resource could be done.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to