Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-7722

Container pipe is not always cut when empty pipe in the middle

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Pipes 2.0.2
    • Pipes 3.0.2
    • Extensions
    • None

    Description

      .echo(PATH_FRUITS) //should return fruit root
                      .echo("nonexisting") // /content/fruits/nonexisting does not exist
                      .echo(PATH_APPLE) // existing apple
      

      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.

      Attachments

        Activity

          People

            npeltier Nicolas Peltier
            npeltier Nicolas Peltier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: