Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1739

Sub groups don't work with nested predicate

    XMLWordPrintable

Details

    Description

      This example from the undertow docs doesn't parse:

      http://undertow.io/undertow-docs/undertow-docs-2.0.0/#textual-representation-of-handlers

       

      path-template('/foobar') -> {
       redirect(/);
      } else {
       path(/some-other-path) -> header(header=my-header,value=my-value)
      }
      

      The error is 

      Error parsing predicated handler string unexpected token ->

      The nested path() predicate causes the parsing error.  Removing the nested path() predicate will allow the example to work.  

      Attachments

        Activity

          People

            rhn-cservice-bbaranow Bartosz Baranowski
            bdw429s Brad Wood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: