on 9/26/01 10:44 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> + sb.append("<html><head><title>");
> + sb.append(Globals.SERVER_INFO).append(" - ");
> + sb.append(sm.getString("errorReportValve.errorReport"));
> + sb.append("</title>");
> + sb.append("<STYLE><!--H1{font-family : sans-serif,Arial,Tahoma;color
> : white;background-color : #0086b2;}
I find it extremely funny that Catalina has a JSP engine in it yet there is
STILL hard coded HTML in the source code. Let me guess, you don't want a
dependency on JSP...or even better...trying to do this with JSP would be
more effort than it is worth. :-)
Think you guys would accept a patch to have all these HTML pages as Velocity
templates? :-) That way, people could customize these pages however they
wanted to without having to hack source code.
-jon