more changes for showSource and showHints

This commit is contained in:
Rick Lawson
2014-09-19 21:06:46 -04:00
parent 5c1b3e1916
commit 3fd7b34536
4 changed files with 26 additions and 11 deletions

View File

@ -75,12 +75,12 @@ public class WebSession {
/**
* Tomcat role for a webgoat user
*/
public final static String WEBGOAT_USER = "webgoat_user";
public final static String WEBGOAT_USER = "ROLE_WEBGOAT_USER";
/**
* Tomcat role for a webgoat admin
*/
public final static String WEBGOAT_ADMIN = "webgoat_admin";
public final static String WEBGOAT_ADMIN = "ROLE_WEBGOAT_ADMIN";
/**
* Description of the Field