[Yanel-commits] rev 56545 - public/yanel/trunk/src/contributions/resources/generic-exception-handler/htdocs

michi at wyona.com michi at wyona.com
Sat Feb 5 22:31:00 CET 2011


Author: michi
Date: 2011-02-05 22:31:00 +0100 (Sat, 05 Feb 2011)
New Revision: 56545

Modified:
   public/yanel/trunk/src/contributions/resources/generic-exception-handler/htdocs/exception-handler.xsl
Log:
display stacktrace

Modified: public/yanel/trunk/src/contributions/resources/generic-exception-handler/htdocs/exception-handler.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/generic-exception-handler/htdocs/exception-handler.xsl	2011-02-05 21:19:52 UTC (rev 56544)
+++ public/yanel/trunk/src/contributions/resources/generic-exception-handler/htdocs/exception-handler.xsl	2011-02-05 21:31:00 UTC (rev 56545)
@@ -36,7 +36,10 @@
                 <ul>
                   <li>Servlet path: <xsl:value-of select="/yanel:yanel/yanel:request/@servlet-path"/></li>
                   <li>Request path: <xsl:value-of select="/yanel:yanel/yanel:request/@uri"/></li>
+                  <li>Message: <xsl:value-of select="/yanel:yanel/yanel:exception/@message"/></li>
                 </ul>
+                <h4>Stacktrace</h4>
+                <xsl:value-of select="/yanel:yanel/yanel:exception"/>
               </div> 
             </td> 
           </tr> 



More information about the Yanel-commits mailing list