Thanks for the help,
Jake
On Mon, Mar 16, 2015 at 7:49 PM, Konstantin Kolinko
wrote:
> 2015-03-16 21:52 GMT+03:00 Jacob Haverkost :
> > Version: 6.0.43
> > OS: Win7 x64
> >
> > Currently, the CGIServlet does not appear to support using the 404
> > error-page speci
Version: 6.0.43
OS: Win7 x64
Currently, the CGIServlet does not appear to support using the 404
error-page specified in the web.xml (ROOT). The error-pages work fine
This appears to be due to the line, res.setStatus(404);, inside of doGet().
According to the documentation for HttpServletResponse.