dram opened a new pull request #309: URL: https://github.com/apache/ofbiz-framework/pull/309
The default padding scheme of ECB mode for org.apache.shiro.crypto.AesCipherService is different between v1.4.1 and v1.7.1, i.e.: v1.4.1 getPaddingSchemeName() result is "PKCS5Padding" v1.7.1 getPaddingSchemeName() result is "NoPadding" This patch specify padding scheme explicitly, after that exception mentioned in build.gradle does not raise anymore, and initial data can load successfully. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
