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:
parent
4a70fdac26
commit
e41a5ca395
@ -10,11 +10,6 @@
|
||||
<label>
|
||||
<select name="<%=CrossSiteScripting.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("CrossSiteScripting." + CrossSiteScripting.STAFF_ATTRIBUTE_KEY);
|
||||
Iterator i = employees.iterator();
|
||||
|
@ -10,11 +10,6 @@
|
||||
<label>
|
||||
<select name="<%=DBCrossSiteScripting.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("DBCrossSiteScripting." + DBCrossSiteScripting.STAFF_ATTRIBUTE_KEY);
|
||||
Iterator i = employees.iterator();
|
||||
|
@ -10,11 +10,6 @@
|
||||
<label>
|
||||
<select name="<%=DBSQLInjection.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("DBSQLInjection." + DBSQLInjection.STAFF_ATTRIBUTE_KEY);
|
||||
Iterator i = employees.iterator();
|
||||
|
@ -10,11 +10,6 @@
|
||||
<label>
|
||||
<select name="<%=GoatHillsFinancial.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("GoatHillsFinancial." + GoatHillsFinancial.STAFF_ATTRIBUTE_KEY);
|
||||
Iterator i = employees.iterator();
|
||||
|
@ -10,11 +10,6 @@
|
||||
<label>
|
||||
<select name="<%=RoleBasedAccessControl.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("RoleBasedAccessControl." + RoleBasedAccessControl.STAFF_ATTRIBUTE_KEY);
|
||||
Iterator i = employees.iterator();
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user