SNIP
> >>
> >> I think the answer is 'no', but I'll ask anyway Is there a global-level
> ErrorReportValve capability? Or some facility to easily remove the version
> information from an 'invalid URL' error report? (I'm aware of modifying the
> ServerInfo.properties file, but that affects more
As I understand it, an ErrorReportValve is an application-level filter. An
HTTP request error (like an unknown URL) that reaches it will be processed.
With the ErrorReportValve I can modify the information presented in the report.
However, an *invalid* URL is not assignable to any application