hi Ian, this looks an issue,

any chance you can track this to a new JIRA :) ?

regards

antonio

On Sep 7, 2015, at 6:06 PM, Ian Boston <[email protected]> wrote:

> Hi,
> 
> If I do [1] with a Jcr Resource Resolver 2.5.0 bundle (AEM6.1) I get
> inconsistent results.[2]. Is that fixed in later versions ?
> 
> The // is not handled well by some code (VLT DefaultWorkspaceFilter) that
> expects well formed paths.
> 
> Best Regards
> Ian
> 
> [1]
> Iterator<Resource>  i = resourceResolver.getResource("/").listChildren();
> while(i.hasNext()) {
>  LOGGER.info("Child Path {} ",i.next().getPath());
> }
> 
> 
> [2]
> ...
> //etc
> ...
> /content
> ...
> /libs
> ...

Reply via email to