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:
parent
1ad2fd45d3
commit
265c56b302
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user