Re: Remove use of StandardWrapper.getRootCause()

2013-04-09 Thread Mark Thomas
On 05/04/2013 18:25, Konstantin Kolinko wrote: Any comments? +1 Go for it. Given the choice between "all relevant information plus some unnecessary information" and "most relevant information" the former gets my vote every time. Mark --

Remove use of StandardWrapper.getRootCause()

2013-04-05 Thread Konstantin Kolinko
Hi! I want to deprecate and remove the method org.apache.catalina.core.StandardWrapper.getRootCause(ServletException). This method has somewhat long history, first using some known APIs for specific exception classes, and later updated to use Throwable.getCause() introduced with Java 1.4. As it