batchu / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

Remove normalization from the codebase #74

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. use normalize with accented characters 

What is the expected output? What do you see instead?
Split out base and accent characters. Accented characters are probably removed.

Please use labels and text to provide additional information.

This is an issue currently in trunk and in the 1.4 branch (revision 902).
The 1.4 branch used (until 902) sun.text.Normalizer which is proprietary.
This does not work in current JDKs (1.6 tried). 1.6 added a
java.text.Normalizer but this is not available in 1.4 or 1.5.

To properly fix this I think we're going to have to implement our own until
we only support 1.6 and latter which isn't going to happen soon;)

Original issue reported on code.google.com by schal...@darkmist.net on 8 Dec 2009 at 10:14

GoogleCodeExporter commented 8 years ago

Original comment by chrisisbeef on 8 Dec 2009 at 10:53

GoogleCodeExporter commented 8 years ago
This needs to be fixed for 2.0-final

While we officially support 1.5, since 1.5 has reached EOL it is pretty 
important
that the ESAPI work with 1.6+

Original comment by chrisisbeef on 8 Dec 2009 at 10:55

GoogleCodeExporter commented 8 years ago
We should just remove all normalization from the codebase. Not needed.

Original comment by manico.james@gmail.com on 17 Jan 2010 at 1:36

GoogleCodeExporter commented 8 years ago

Original comment by manico.james@gmail.com on 17 Jan 2010 at 1:37

GoogleCodeExporter commented 8 years ago
This has been completed in the 1.4 branch

Original comment by manico.james@gmail.com on 17 Jan 2010 at 3:06

GoogleCodeExporter commented 8 years ago
This has been removed from both branches for some time now.

Original comment by schal...@darkmist.net on 27 Feb 2010 at 1:16