File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,15 @@ link to the specific release notes.
9696 (at least the beginning portion) for some important notes that likely will affect your use of ESAPI! You have been warned!!!
9797* ESAPI 2.3.0.0 is the last release to support Java 7 as the minimal JDK.
9898 Starting with release 2.4.0.0, Java 8 or later is required.
99+ * Starting with ESAPI 2.5.4.0, if you were using ESAPI's default logger, JUL
100+ (i.e., you had the property ** ESAPI.Logger** set to "org.owasp.esapi.logging.java.JavaLogFactory"),
101+ then you must remove (or rename) the old ESAPI configuration file ** esapi-java-logger.properties** .
102+ Failure to do so will cause ESAPI to throw a ` ConfigurationException ` , thereby
103+ preventing your application from starting. For important additional details, please see
104+ the ESAPI GitHub Discussion https://github.com/ESAPI/esapi-java-legacy/discussions/841 .
99105
100106# Locating ESAPI Jar files
101- The [ latest ESAPI release] ( https://github.com/ESAPI/esapi-java-legacy/releases/latest ) is 2.5.3.1 .
107+ The [ latest ESAPI release] ( https://github.com/ESAPI/esapi-java-legacy/releases/latest ) is 2.5.4.0 .
102108All the * regular* ESAPI jars, with the exception of the ESAPI configuration
103109jar (i.e., esapi-2.#.#.#-configuration.jar) and its associated detached
104110GPG signature, are available from Maven Central. The ESAPI configuration
You can’t perform that action at this time.
0 commit comments