Author: ssmiweve
Date: 2007-06-04 13:32:23 +0200 (Mon, 04 Jun 2007)
New Revision: 5258
Modified:
branches/2.13/war/src/webapp/WEB-INF/jsp/500.jsp
Log:
SEARCH-2609 - NPE in 500.jsp
Modified: branches/2.13/war/src/webapp/WEB-INF/jsp/500.jsp
===================================================================
--- branches/2.13/war/src/webapp/WEB-INF/jsp/500.jsp 2007-06-04 07:30:07 UTC
(rev 5257)
+++ branches/2.13/war/src/webapp/WEB-INF/jsp/500.jsp 2007-06-04 11:32:23 UTC
(rev 5258)
@@ -25,7 +25,7 @@
The server encountered an unexpected condition which prevented
it from fulfilling the request.</p>
</div>
<hr/>
- <c:out var="${error}"/>
+ <c:out value="${error}"/>
</body>
</html>
</c:if>
\ No newline at end of file
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits