Jorg, What if write a pipeline that matches on the pattern "**", wouldn't that do what you want? Of course you'd have to put it on the bottom of the sitemap.
Maybe you also want to test on existance of resources, using the "resource-exists" selector withing pipelines. Hope it helps, Jelle -----Oorspronkelijk bericht----- Van: Jorg Heymans [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 10 februari 2004 10:49 Aan: [EMAIL PROTECTED] Onderwerp: handling non-matched pipelines 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
