-
Hi All, I just upgraded my project from esapi 2.2.0.0 to 2.4.0.0 and I encounter an error "Encoder class (org.owasp.esapi.reference.DefaultEncoder) CTOR threw exception" Here is the code that throw the exception when it run to the "return ESAPI.encoder().encodeForSQL(ORACLE_CODEC, param);" line.
Just wondering anyone know what the issue could be? How could you fix it? Many Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you remember to update your ESAPI.Logger class in your ESAPI.properties file and other related changes as discussed in https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.2.1.0-release-notes.txt#L128-L155 and several successive release notes? Check that first. |
Beta Was this translation helpful? Give feedback.
Did you remember to update your ESAPI.Logger class in your ESAPI.properties file and other related changes as discussed in https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.2.1.0-release-notes.txt#L128-L155 and several successive release notes? Check that first.