RE: handling invalid URL

2022-04-04 Thread Joseph Michaud
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

Re: handling invalid URL

2022-04-02 Thread logo
> Am 02.04.2022 um 10:04 schrieb l...@kreuser.name: > > Joe, > >> Am 02.04.2022 um 00:53 schrieb Joseph Michaud : >> >> 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

Re: handling invalid URL

2022-04-02 Thread logo
Joe, > Am 02.04.2022 um 00:53 schrieb Joseph Michaud : > > 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 >

handling invalid URL

2022-04-01 Thread Joseph Michaud
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