- This patch fixes Forced Browsing lesson by removing any custom coding for WebSession and HammerHead.java
git-svn-id: http://webgoat.googlecode.com/svn/trunk@34 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -307,9 +307,6 @@ public class HammerHead extends HttpServlet
|
||||
|
||||
s.setHasHackableAdmin( screen.getRole() );
|
||||
|
||||
//More bookkeeping here to see if the user was able to force browse to the
|
||||
//config URL.
|
||||
s.setHasHackableConfig( s.getRequest().getRequestURI());
|
||||
lesson.handleRequest( s );
|
||||
s.setCurrentMenu( lesson.getCategory().getRanking() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user