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 "OWASP Java Encoder Project"
From OWASP
(→To use in a JSP with EL) |
(in process of updating to 1.2.1) |
||
Line 18: | Line 18: | ||
==Quick Overview== | ==Quick Overview== | ||
− | The OWASP Java Encoder library is intended for quick contextual encoding with very little overhead, either in performance or usage. To get started, simply add the encoder-1.2.jar, import org.owasp.encoder.Encode and start encoding. | + | The OWASP Java Encoder library is intended for quick contextual encoding with very little overhead, either in performance or usage. To get started, simply add the encoder-1.2.1.jar, import org.owasp.encoder.Encode and start encoding. |
− | Please look at the [http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder/1.2/encoder-1.2-javadoc.jar javadoc for Encode] to see the variety of contexts for which you can encode. Tag libraries and JSP EL functions can be found in the encoder-jsp-1.2.jar. | + | Please look at the [http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder/1.2/encoder-1.2-javadoc.jar javadoc for Encode] to see the variety of contexts for which you can encode. Tag libraries and JSP EL functions can be found in the encoder-jsp-1.2.1.jar. |
Happy Encoding! | Happy Encoding! | ||
Line 70: | Line 70: | ||
== News and Events == | == News and Events == | ||
+ | * [19 February 2017] 1.1.1 Released! | ||
* [11 June 2016] No reported issues and library use is strong! | * [11 June 2016] No reported issues and library use is strong! | ||
* [1 May 2015] Moved to GitHub | * [1 May 2015] Moved to GitHub | ||
Line 172: | Line 173: | ||
= Deploy the Java Encoder Project = | = Deploy the Java Encoder Project = | ||
− | The OWASP Java Encoder version 1.2 is now available in central! | + | The OWASP Java Encoder version 1.2.1 is now available in central! |
[http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.owasp.encoder%22 OWASP Encoder at Maven Central]. | [http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.owasp.encoder%22 OWASP Encoder at Maven Central]. |