Also extract html files
(cherry picked from commit 856bdab)
This commit is contained in:
@ -461,9 +461,10 @@ public class Course {
|
||||
public void loadCourses(WebgoatContext webgoatContext, ServletContext context, String path) {
|
||||
logger.info("Loading courses: " + path);
|
||||
this.webgoatContext = webgoatContext;
|
||||
loadLessionFromPlugin(context);
|
||||
loadFiles(context, path);
|
||||
loadLessons(path);
|
||||
loadResources();
|
||||
loadLessionFromPlugin(context);
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user