Removed credit from New Lesson. Removed extra "." from start page
git-svn-id: http://webgoat.googlecode.com/svn/trunk@115 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -40,9 +40,6 @@ import org.owasp.webgoat.session.WebSession;
|
||||
*/
|
||||
public class NewLesson extends LessonAdapter
|
||||
{
|
||||
private final static IMG MAC_LOGO = new IMG("images/logos/macadamian.gif").setAlt(
|
||||
"Macadamian Technologies").setBorder(0).setHspace(0).setVspace(0);
|
||||
|
||||
/**
|
||||
* Description of the Method
|
||||
*
|
||||
@ -85,10 +82,4 @@ public class NewLesson extends LessonAdapter
|
||||
{
|
||||
return ("How to add a new WebGoat lesson");
|
||||
}
|
||||
|
||||
|
||||
public Element getCredits()
|
||||
{
|
||||
return super.getCustomCredits("Created by Sherif Koussa ", MAC_LOGO);
|
||||
}
|
||||
}
|
||||
|
@ -177,7 +177,7 @@
|
||||
<servlet>
|
||||
<servlet-name>conf</servlet-name>
|
||||
<jsp-file>/lessons/ConfManagement/config.jsp</jsp-file>
|
||||
</servlet>
|
||||
</servlet>
|
||||
<!-- Define mappings that are used by the servlet container to
|
||||
translate a particular request URI (context-relative) to a
|
||||
particular servlet. The examples below correspond to the
|
||||
@ -239,7 +239,7 @@
|
||||
<servlet-name>conf</servlet-name>
|
||||
<url-pattern>/conf</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
|
||||
<!-- Define the default session timeout for your application,
|
||||
in minutes. From a servlet or JSP page, you can modify
|
||||
the timeout for a particular session dynamically by using
|
||||
|
@ -18,7 +18,7 @@
|
||||
<p>This program is a demonstration of common web application flaws.
|
||||
The exercises are intended to provide hands on experience with application
|
||||
penetration testing techniques. The WebGoat project is lead by Bruce Mayhew. Please send all
|
||||
comments to Bruce at <A HREF=mailto:WebGoat@g2-inc.com>WebGoat@G2-Inc.com.</A>.</p>
|
||||
comments to Bruce at <A HREF=mailto:WebGoat@g2-inc.com>WebGoat@G2-Inc.com</A>.</p>
|
||||
<div id="team">
|
||||
<table border="0" align="center" class="lessonText">
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user