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

--- Comment #5 from Mark Thomas <[email protected]> ---
Great. Thanks for confirming the fix.

For future reference there is an easier way to apply this sort of patch than
unpacking and repacking the JAR.

Just put the class into the right structure under $CATALINA_BASE/lib. In this
case that would be
$CATALINA_BASE/lib/org/apache/jasper/compiler/ErrorDispatcher.class

Just like WEB-INF/classes takes priority over WEB-INF/lib, classes in
$CATALINA_BASE/lib take priority over JAR files.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to