User: user57  
  Date: 01/12/06 12:44:44

  Modified:    src/web/forums error.jsp
  Log:
   o hrm...
  
  Revision  Changes    Path
  1.5       +1 -7      website-forums/src/web/forums/error.jsp
  
  Index: error.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/website-forums/src/web/forums/error.jsp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- error.jsp 2001/12/06 20:40:53     1.4
  +++ error.jsp 2001/12/06 20:44:44     1.5
  @@ -5,12 +5,6 @@
       isErrorPage="true"
   %>
   
  -<%@ page import="org.apache.log4j.Category" %>
  -
  -<%!
  -   Category log = Category.getInstance(this.getClass());
  -%>
  -
   <%  // Do a check to see what type of exception the exception variable is.
       // If it's an UnauthorizedException, redirect to the login page
       if (exception instanceof UnauthorizedException) {
  @@ -39,7 +33,7 @@
   
   </font>
   
  -<%  log.error("unexpected exception", exception);
  +<%  exception.printStackTrace();
       StringWriter sout = new StringWriter();
       PrintWriter pout = new PrintWriter(sout);
       exception.printStackTrace(pout);
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to