<%-- - EmployeeInfo.java - - XXX This is an SQL Injection Attack example. Try input the following: - username: john - password: abcd' or username <> 'john - which would allow john to see the information of all the employees - without knowing their passwords. --%> <%@ page contentType="text/html" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> Employee Information
Username:
Password:

UsernamePasswordBirthdaySalary
${e.username} ${e.password} ${e.birthday} ${e.salary}