Re: Suppress Stacktrace in Jetty

2019-09-05 Thread Jean-Baptiste Onofré
OK, so, it's Karaf 4.0.x with Jetty 9.3.x. I don't think the webapp in etc/jetty.xml will work with cREST. A "global" error handler in etc/jetty.xml should work. Regards JB On 05/09/2019 10:29, aniketband wrote: > Hello JB > > This is actually Talend Runtime 7.2.1 > > By stacktrace I mean

Re: Suppress Stacktrace in Jetty

2019-09-05 Thread aniketband
Hello JB This is actually Talend Runtime 7.2.1 By stacktrace I mean what is shown in browser as response. The stacktrace is in the logs its fine if required we can suppress it. Its a route with cRest component which is developed in Talend Studio. We have tried to add following section in

Re: Suppress Stacktrace in Jetty

2019-09-05 Thread Jean-Baptiste Onofré
Hi, Are you sure about the version ? Karaf 4.2.4 uses Jetty 9.4.18: https://github.com/apache/karaf/blob/karaf-4.2.4/pom.xml Maybe you are talking about Karaf 4.0.x ? I guess by stack trace, you mean the stack trace display on the URL (not the trace in the log or output stream). Did you