|
| 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 |
0 commit comments