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

Change ESAPI to consistently use UTF-8 encoding #61

Closed
meg23 opened this issue Nov 13, 2014 · 1 comment
Closed

Change ESAPI to consistently use UTF-8 encoding #61

meg23 opened this issue Nov 13, 2014 · 1 comment

Comments

@meg23
Copy link

meg23 commented Nov 13, 2014

From kevin.w.wall@gmail.com on November 06, 2009 18:01:18

In handling byte[] <--> String conversion, there are many places where
ESAPI is simply defaulting to use native byte encoding. Unfortunately, as
different OS platforms have different encoding mechanisms this hinders
portability across platforms.

This issue is to make all such conversions consist to use UTF-8 encoding.
Without this unexpected problems can arise, especially when in dealing with
encryption or serialized Java objects.

Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=51

@meg23
Copy link
Author

meg23 commented Nov 13, 2014

From kevin.w.wall@gmail.com on November 06, 2009 20:40:48

Status: Fixed

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