Added some files required to build OWASP release.
Modified License text and format to reflect GPL license. Reformatted most of the code. git-svn-id: http://webgoat.googlecode.com/svn/trunk@60 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -202,6 +202,8 @@ StringBuffer buildList = new StringBuffer();
|
||||
<%
|
||||
if (currentLesson.getTemplatePage(webSession) != null)
|
||||
{
|
||||
System.out.println("Main.jsp - current lesson: " + currentLesson.getName() );
|
||||
System.out.println(" - template Page: " + currentLesson.getTemplatePage(webSession));
|
||||
%>
|
||||
<jsp:include page="<%=currentLesson.getTemplatePage(webSession)%>" />
|
||||
<%
|
||||
|
Reference in New Issue
Block a user