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
(version bump) |
(version bump) |
||
Line 201: | Line 201: | ||
= Deploy the Java Encoder Project = | = Deploy the Java Encoder Project = | ||
− | The OWASP Java Encoder version 1.2. | + | The OWASP Java Encoder version 1.2.2 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]. | ||
== Core == | == Core == | ||
− | Direct Download: [http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder/1.2. | + | Direct Download: [http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder/1.2.2/encoder-1.2.2.jar encoder-1.2.2.jar] |
=== Maven === | === Maven === | ||
<dependency> | <dependency> | ||
<groupId>org.owasp.encoder</groupId> | <groupId>org.owasp.encoder</groupId> | ||
<artifactId>encoder</artifactId> | <artifactId>encoder</artifactId> | ||
− | <version>1.2. | + | <version>1.2.2</version> |
</dependency> | </dependency> | ||
== JSP Tag Library == | == JSP Tag Library == | ||
− | Direct Download: [https://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder-jsp/1.2. | + | Direct Download: [https://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder-jsp/1.2.2/encoder-jsp-1.2.2.jar encoder-jsp-1.2.2.jar] |
=== Maven === | === Maven === | ||
<dependency> | <dependency> | ||
<groupId>org.owasp.encoder</groupId> | <groupId>org.owasp.encoder</groupId> | ||
<artifactId>encoder-jsp</artifactId> | <artifactId>encoder-jsp</artifactId> | ||
− | <version>1.2. | + | <version>1.2.2</version> |
</dependency> | </dependency> | ||