Nicolas Peltier created SLING-7722:
--------------------------------------
Summary: Container pipe is not always cut when empty pipe in the
middle
Key: SLING-7722
URL: https://issues.apache.org/jira/browse/SLING-7722
Project: Sling
Issue Type: Bug
Components: Extensions
Affects Versions: pipes 2.0.2
Reporter: Nicolas Peltier
{Code}
.echo(PATH_FRUITS) //should return fruit root
.echo("nonexisting") // /content/fruits/nonexisting does not
exist
.echo(PATH_APPLE) // existing apple
{Code}
does actually return PATH_APPLE's resource.
wether nonexisting is a configuration mistake or some contextual problem, this
pipe should be cut, and not remove anything.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)