Removed unused code that was generating warnings
git-svn-id: http://webgoat.googlecode.com/svn/trunk@187 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -10,11 +10,6 @@
|
||||
<label>
|
||||
<select name="<%=SQLInjection.EMPLOYEE_ID%>">
|
||||
<%
|
||||
Vector attrs = new Vector();
|
||||
Enumeration ee = session.getAttributeNames();
|
||||
while (ee.hasMoreElements())
|
||||
attrs.add(ee.nextElement());
|
||||
//System.out.println("Login.jsp inspecting session attributes: " + attrs);
|
||||
//System.out.println("Retrieving employees list");
|
||||
List employees = (List) session.getAttribute("SQLInjection." + SQLInjection.STAFF_ATTRIBUTE_KEY);
|
||||
Iterator i = employees.iterator();
|
||||
|
Reference in New Issue
Block a user