Re: Tomcat does not log exceptions thrown by the valve chain

2016-04-04 Thread Violeta Georgieva
Hi, 2016-04-01 16:28 GMT+03:00 Svetlin Zarev : > > Hello, > > > > I have a custom authenticator valve which failed with an exception that > never got logged by tomcat. > > After a little bit of digging in tomcat’s source it turned out that there > is no valve responsible for logging > > exception

Tomcat does not log exceptions thrown by the valve chain

2016-04-01 Thread Svetlin Zarev
Hello, I have a custom authenticator valve which failed with an exception that never got logged by tomcat. After a little bit of digging in tomcat’s source it turned out that there is no valve responsible for logging exceptions thrown by valves later in the chain. The closest error handling m