This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 9cdb76f31022248bb9eaa41e025b5f0195de990f
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 1d365ea88d..b5653c6518 100644
--- a/framework/security/config/security.properties
+++ b/framework/security/config/security.properties
@@ -306,7 +306,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
 

Reply via email to