Index out of range crash
Status: Pre-Alpha
Brought to you by:
l950637
The following jsp file kills the editor. You can create
empty jsp page, copy and paste the text and try to save
the file. Index out of range message will come up.
----------------------------------------
<%@page language=java session=true import
='java.sql.*,java.util.*,javax.naming.*,javax.sql.*' %>
<html>
<head>
<title>UNIT MASTER</title>
</head>
<body>
Hello <%= 2 *2 %>
</body>
</html>