<% // This is for testing the error page redirections int statusCode = Integer.valueOf(request.getParameter("statuscode")); response.sendError(statusCode); %>