I might be blind and having an off-day, but is there any other way of trapping non-pipeline matches other than

    <init-param>
      <param-name>manage-exceptions</param-name>
      <param-value>false</param-value>
    </init-param>

in web.xml?

I need to return 404 on all pipeline errors to downstream systems, pipeline errors are fine using

    <map:handle-errors>
                <map:serialize type="xml" status-code="404"/>
    </map:handle-errors>

Thoughts?
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to