Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex in ESAPI.properties is not considering few of the french characters #331

Open
GoogleCodeExporter opened this issue May 5, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Trying to Add french characters in esapi.properties file for whitelist 
validation.
2. here is the regex 
^[a-zA-Z0-9.\\-_'!()áéíóúÁÉÍÓÚüÜñÑÀàÂâÆæÇçÈèÉéÊêËë
ÎîÏïÔôŒœÙùÛûÜüŸÿ«»€,&\\/~"`@#$%*=+\\[\\]:;?©®\\^|\\\\ 
]{1,300}$
3. ESAPI is not recognizing €, Œ,œ, Ÿ characters.

What is the expected output? What do you see instead?
The ESAPI should allow the inputs which has the above french characters.
Instead it is treating them as invalid. When i printed the regex which is 
validated with, the printed output is not showing these characters. please let 
me know, if there is any limitation.

What version of the product are you using? On what operating system?
ESAPI 1.4.4 (bundled with Adobe Cold Fusion 8 security hotfixes), Windows 7

Does this issue affect only a specified browser or set of browsers?
N/A

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 8 Jul 2014 at 2:26

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Facing the exact same issue, except on the encoding side.

When a string containing the french characters (€, Œ,œ, Ÿ) is entered it 
replaces them for other safe characters.

Thanks.

Original comment by [email protected] on 13 Nov 2014 at 11:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant