added _ to the allowed characterset. Allows for usernames with an _ in them
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@463 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
0429f5b051
commit
a987ca7cdc
@ -41,7 +41,7 @@ import org.owasp.webgoat.util.HtmlEncoder;
|
||||
public class ParameterParser
|
||||
{
|
||||
|
||||
private final static String ALLOWED_CHARACTERS = "$()-?.@!,:;=//+"; // Don't
|
||||
private final static String ALLOWED_CHARACTERS = "_$()-?.@!,:;=//+"; // Don't
|
||||
// allow
|
||||
// #&
|
||||
// specifically
|
||||
|
Loading…
x
Reference in New Issue
Block a user