Fixed a bug which caused the RoleBasedAccessControl_i class to be instantiated and inserted into the navigation menu.

git-svn-id: http://webgoat.googlecode.com/svn/trunk@78 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3 2007-01-23 19:11:32 +00:00
parent 1ad2fd45d3
commit 265c56b302

View File

@ -355,7 +355,7 @@ public class Course
String file = (String)itr.next();
String className = getClassFile(file, path);
if(className != null)
if(className != null && !className.endsWith("_i"))
{
try
{