From ebe755107683538c946c2c80bcd32e60e1dda6ee Mon Sep 17 00:00:00 2001 From: Mic Date: Thu, 14 Feb 2013 11:18:30 +0800 Subject: [PATCH] added exception stacktrace into an html comment --- src/main/webapp/WEB-INF/jsp/exception.jsp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/exception.jsp b/src/main/webapp/WEB-INF/jsp/exception.jsp index bae22ab23..42c7e29a2 100644 --- a/src/main/webapp/WEB-INF/jsp/exception.jsp +++ b/src/main/webapp/WEB-INF/jsp/exception.jsp @@ -1,5 +1,6 @@ <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> @@ -11,6 +12,12 @@

Something happened...

${exception.message}

+ +