|
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! |
Answered by
kwwall
May 11, 2022
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. |
1 reply
Answer selected by
wtpau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.