Hi Guys, How can I report a bug?
In the file ./struts-2.2.1/src/plugins/embeddedjsp/src/main/java/org/apache/struts2/jasper/compiler/JspUtil.java line: 100 In the function "escapeQuotes", it keeps on searching the input string repeatedly. The complexity is O(N**2) which can be O(N). I think this bug is similar to the bug Apache 34464 (ant)<https://issues.apache.org/bugzilla/show_bug.cgi?id=34464> Thanks~ -- Best Regards, Xiaoming
