# HG changeset patch # User Mike Becker # Date 1589642522 -7200 # Node ID 1a3b998afba7987184c7f01f7ceac4607d53ab6e # Parent 77e01cda5a40364f38801de1704695f0c8266130 access getClass() method in EL with bracket notation (otherwise more recent EL parsers will reject the expression) diff -r 77e01cda5a40 -r 1a3b998afba7 src/main/webapp/WEB-INF/dynamic_fragments/error.jsp --- a/src/main/webapp/WEB-INF/dynamic_fragments/error.jsp Sat May 16 16:14:10 2020 +0200 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/error.jsp Sat May 16 17:22:02 2020 +0200 @@ -54,7 +54,7 @@ : - ${exception.class.name} - ${exception.message} + ${exception['class'].name} - ${exception.message}