Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit a94ebf8

Browse files
author
chrisisbeef
committed
Release 0.1.3
1 parent 88a50b5 commit a94ebf8

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

documentation/CHANGELOG

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
======================================================================================
2+
OWASP Enterprise Security API (ESAPI)
3+
4+
This file is part of the Open Web Application Security Project (OWASP)
5+
Enterprise Security API (ESAPI) project. For details, please see
6+
http://www.owasp.org/index.php/ESAPI.
7+
8+
Copyright (c) 2008 - The OWASP Foundation
9+
10+
The ESAPI is published by OWASP under the BSD license. You should read and accept the
11+
LICENSE before you use, modify, and/or redistribute this software.
12+
======================================================================================
13+
14+
version 0.1.3 (01/23/2010)
15+
General
16+
* More updates to distribution
17+
* Cleaned up subversion repository
18+
* Updated subversion to allow *online* testing
19+
20+
Validation
21+
* Implemented i18n support for error messaging
22+
23+
Logging
24+
* Fixed overwrite bug in Logging configuration
25+
26+
Internationalization
27+
* Created ObjectResourceBundle
28+
* Moved messaging to a external resource file
29+
* Add configuration options to ESAPI Config
30+
31+
HTTPUtils
32+
* Implemented Cookie-Jar Management
33+
* Implemented function to get parameters from a GET request
34+
35+
version 0.1.2 (01/18/2010)
36+
General
37+
* Repackaged and created distribution archives
38+
* Repackaged source into packages
39+
40+
Logging
41+
* Added Logging components and Reference Implementation using Log4JS
42+
43+
Validation
44+
* Added Validation Rules
45+
* Added Validation Components and Reference Implementation
46+
47+
Internationalization
48+
* Added i18n Support

documentation/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Quick Start:
2323

2424
<!-- esapi4js dependencies -->
2525
<script type="text/javascript" language="JavaScript" src="{your_installation_path}/esapi4js/lib/log4js.js"></script>
26+
<!-- esapi4js i18n resources -->
27+
<script type="text/javascript" language="JavaScript" src="{your_installation_path}/esapi4js/resources/i18n/ESAPI_Standard_en_US.properties.js"></script>
2628
<!-- esapi4js configuration -->
2729
<script type="text/javascript" language="JavaScript" src="{your_installation_path}/esapi4js/resources/Base.esapi.properties.js"></script>
2830
<!-- esapi4js core -->

0 commit comments

Comments
 (0)