You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Jon Scott Stevens <jo...@latchkey.com> on 2002/05/07 01:45:59 UTC

Re: cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtime PageContextImpl.java

on 5/6/02 4:32 PM, "kinman@apache.org" <ki...@apache.org> wrote:

> +                Throwable rootCause = ((JspException)t).getRootCause();
> +                if (rootCause != null) {
> +                    throw new ServletException(t.getMessage(), rootCause);
> +                } else {
> +                    throw new ServletException(t);
> +        }

The last } has a tab in front of it.

-jon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>