Ignore:
Timestamp:
Mar 10, 2015, 8:22:07 AM (9 years ago)
Author:
Nicklas Nordborg
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/exception/exception.jsp

    r6309 r6765  
    6161  {
    6262    org.apache.jasper.JasperException jex = (org.apache.jasper.JasperException)ex;
    63     ex = jex.getRootCause();
     63    if (jex.getRootCause() != null) ex = jex.getRootCause();
    6464  }
    6565 
Note: See TracChangeset for help on using the changeset viewer.