Troubleshooting 100% CPU load on demo - found infinite loop displaying error page on webstore
This commit is contained in:
parent
f0b547815f
commit
1d71fecfa8
|
@ -23,6 +23,8 @@
|
||||||
out.println("<pre><font color=\"red\">");
|
out.println("<pre><font color=\"red\">");
|
||||||
out.println(cw.toString());
|
out.println(cw.toString());
|
||||||
out.println("</font></pre>");
|
out.println("</font></pre>");
|
||||||
|
if (ex.equals(exception.getCause())) // prevent infinite loop
|
||||||
|
break;
|
||||||
ex = exception.getCause();
|
ex = exception.getCause();
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|
Loading…
Reference in New Issue