https://issues.apache.org/bugzilla/show_bug.cgi?id=50021

           Summary: ExceptionUtils class missing from bootstrap.jar
           Product: Tomcat 7
           Version: trunk
          Platform: PC
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: t...@apache.org


o.a.c.startup.Bootstrap uses o.a.jasper.util.ExceptionUtils, but this class is
not placed in bootstrap.jar, causing rather nasty failures if anything goes
wrong during initial bootstrapping.

This should be a fairly simple matter of updating build.xml to include it, but
I wasn't sure whether including Jasper classes in the bootstrap was the done
thing.
There's an o.a.tomcat.util.ExceptionUtils that is identical, but that too looks
like the wrong thing to grab.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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