diff --git a/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl b/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl index 1b89aad79..090bb92a1 100644 --- a/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl +++ b/core/src/main/resources/org/apache/struts2/dispatcher/error.ftl @@ -65,17 +65,17 @@
<#list ex.stackTrace as frame>
- ${frame}
+ ${frame?html}
#list>