This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Projects/OWASP Java Encoder Project"
From OWASP
m |
m |
||
Line 8: | Line 8: | ||
*This project is a simple-to-use drop-in encoder class with little baggage. | *This project is a simple-to-use drop-in encoder class with little baggage. | ||
*This code was designed for high-availability/high-performance encoding functionality. | *This code was designed for high-availability/high-performance encoding functionality. | ||
− | *The current code base averages: 744ns/encode for XML We have plans to optimize it past: 450ns/encode (fairly easily) ESAPI.encodeForXML with same benchmark data: 3450ns/encode (7x slower) | + | *The current code base averages: 744ns/encode for XML. We have plans to optimize it past: 450ns/encode (fairly easily) ESAPI.encodeForXML with same benchmark data: 3450ns/encode (7x slower) |
*The key motivation for the separate project was: | *The key motivation for the separate project was: | ||
# Simple drop-in encoding functionality | # Simple drop-in encoding functionality | ||
Line 14: | Line 14: | ||
# More complete API (uri and uri component encoding, etc) in some regards. | # More complete API (uri and uri component encoding, etc) in some regards. | ||
*This is a Java 1.5 project. | *This is a Java 1.5 project. | ||
− | |||
| project_license = [http://www.opensource.org/licenses/bsd-license.php New BSD License] | | project_license = [http://www.opensource.org/licenses/bsd-license.php New BSD License] |
Revision as of 19:35, 26 March 2012
PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|