fixed a bug with the forced browsing lesson
git-svn-id: http://webgoat.googlecode.com/svn/trunk@79 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
265c56b302
commit
5188039079
@ -174,6 +174,10 @@
|
|||||||
<servlet-class>org.owasp.webgoat.LessonSource</servlet-class>
|
<servlet-class>org.owasp.webgoat.LessonSource</servlet-class>
|
||||||
</servlet>
|
</servlet>
|
||||||
|
|
||||||
|
<servlet>
|
||||||
|
<servlet-name>conf</servlet-name>
|
||||||
|
<jsp-file>/lessons/ConfManagement/config.jsp</jsp-file>
|
||||||
|
</servlet>
|
||||||
<!-- Define mappings that are used by the servlet container to
|
<!-- Define mappings that are used by the servlet container to
|
||||||
translate a particular request URI (context-relative) to a
|
translate a particular request URI (context-relative) to a
|
||||||
particular servlet. The examples below correspond to the
|
particular servlet. The examples below correspond to the
|
||||||
@ -231,6 +235,10 @@
|
|||||||
<url-pattern>/source</url-pattern>
|
<url-pattern>/source</url-pattern>
|
||||||
</servlet-mapping>
|
</servlet-mapping>
|
||||||
|
|
||||||
|
<servlet-mapping>
|
||||||
|
<servlet-name>conf</servlet-name>
|
||||||
|
<url-pattern>/conf</url-pattern>
|
||||||
|
</servlet-mapping>
|
||||||
|
|
||||||
<!-- Define the default session timeout for your application,
|
<!-- Define the default session timeout for your application,
|
||||||
in minutes. From a servlet or JSP page, you can modify
|
in minutes. From a servlet or JSP page, you can modify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user