Menu

#39 Index out of range crash

open
nobody
jsp (21)
5
2004-02-26
2004-02-26
Anonymous
No

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>

Discussion


Log in to post a comment.