Simple question:

  Do we allow actions to wrap call functions in the sitemap?

  <map:match pattern="xxx">
    <map:act type="myAction">
        <map:call function="myFunction"/>
    </map:act>
  </map:match>

Are there any reasons that make this useful? Maybe with the
authentication framework? I think it is also possible to work around it
with redirects if we don't allow this.

What do you think?

Reinhard

Reply via email to