This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch release24.09 in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
commit 4af94ef4ef4edd1b6d4cd00f1f8dfa743ad53329 Author: Jacques Le Roux <[email protected]> AuthorDate: Mon Jul 14 17:07:55 2025 +0200 Fixed: Viewing records in Webtools/Entity Data Management got broken (OFBIZ-13274) This fix follows https://lists.apache.org/thread/mf2686218hn1v7sdz38cno4d6nyk7tl4 Thanks: Pierre Smits for report --- framework/security/config/security.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/security/config/security.properties b/framework/security/config/security.properties index 544dc16421..6dcb56a9cd 100644 --- a/framework/security/config/security.properties +++ b/framework/security/config/security.properties @@ -303,7 +303,7 @@ useDeniedScriptletsTokens=true #-- To accept the execution on some groovy script who match the deniedScriptletsTokens regExp, put their hash here. #-- like allowedScriptletHashes={SHA}59f8ab616b3878ddf825ea50c13ce603a3a6c5a9,{SHA}59f5ab516b3878ddf825ea50c13ce603a3a6c5a9 -allowedScriptletHashes= +allowedScriptletHashes= {SHA}4e025676cfa6df142e3457099271ecdcd1c1f5f9 allowStringConcatenationInUploadedFiles=false

