https://bz.apache.org/bugzilla/show_bug.cgi?id=63853

            Bug ID: 63853
           Summary: allow to overwrite/extend
                    org.apache.catalina.valves.ErrorReportValve.getPartial
                    ServletStackTrace()
           Product: Tomcat 8
           Version: 8.5.14
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: hau...@acm.org
  Target Milestone: ----

getPartialServletStackTrace() is a great idea, but still too verbose, therefore
I should refine this.

It seems possible to create an 
  public class ErrorReportValveMine extends ErrorReportValve { ...
and I could add it to the server.xml but in case of a Throwable still the old
default ErrorValve is used

==> please allow to replace the ErrorReportValve class in server.xml !

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to