Not clear what you are asking. Are you wanting to suppress stack traces in your log files? Are you wanting to not show stack traces in your error output to browsers? Are you wanting to customize your error output to browsers?
-- Joakim Erdfelt <[email protected]> webtide.com <http://www.webtide.com/> - intalio.com/jetty Expert advice, services and support from from the Jetty & CometD experts eclipse.org/jetty - cometd.org On Tue, Oct 1, 2013 at 5:17 AM, Mikhail Mazursky <[email protected]> wrote: > Hi. > > How to prevent Jetty 9.0.4 from outputting stacktraces of expections that > can be thrown for example from filters? Is this customizable? I did not > find it in documentation. > > Also how to prevent Jetty from rendering HTTP response codes as HTML > pages? If my app produces e.g. 503 then I do not want Jetty to generate > HTML page with the HTTP error code message. If I remember correctly, Jetty > 8 did not generate such pages. > > Regards, > Mikhail. > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
