Skip to content

Commit 5b60b6d

Browse files
committed
updating read file
1 parent 9fa6b40 commit 5b60b6d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ For more information on how to use this project, please see https://www.owasp.or
66

77
Start using the OWASP Java Encoders
88
-----------------------------------
9-
You can download a JAR from [Maven Central](http://search.maven.org/#search|ga|1|g%3A%22org.owasp.encoder%22%20a%3A%22encoder%22).
9+
You can download a JAR from [Maven Central](https://search.maven.org/#search|ga|1|g%3A%22org.owasp.encoder%22%20a%3A%22encoder%22).
1010

11-
JSP tags and functions are available in the encoder-jsp, also avaiable in [Central](http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder-jsp/1.1.1/encoder-jsp-1.1.1.jar). This jar requires the core library.
11+
JSP tags and functions are available in the encoder-jsp, also avaiable in [Central](http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder-jsp/1.2/encoder-jsp-1.2.jar). This jar requires the core library.
1212

1313
The jars are also available in Maven:
1414

1515
```xml
1616
<dependency>
1717
<groupId>org.owasp.encoder</groupId>
1818
<artifactId>encoder</artifactId>
19-
<version>1.1.1</version>
19+
<version>1.2</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>org.owasp.encoder</groupId>
2424
<artifactId>encoder-jsp</artifactId>
25-
<version>1.1.1</version>
25+
<version>1.2</version>
2626
</dependency>
2727
```
2828

2929
Quick Overview
3030
--------------
31-
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.1.1.jar, import org.owasp.encoder.Encode and start using.
31+
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 using.
3232

3333
Example usage:
3434

@@ -43,6 +43,9 @@ Happy Encoding!
4343

4444
News
4545
----
46+
### 2015-04-12 - 1.2 Release on GitHub
47+
OWASP Java Encoder has been moved to GitHub. Version 1.2 was also released!
48+
4649
### 2014-03-31 - Documentation updated
4750
Please visit https://www.owasp.org/index.php/OWASP_Java_Encoder_Project#tab=Use_the_Java_Encoder_Project to see detailed documentation and examples on each API use!
4851

0 commit comments

Comments
 (0)