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


The following commit(s) were added to refs/heads/release24.09 by this push:
     new a626b1110b Improved: Better secure "openSourceFile" request-map  
(OFBIZ-13316)
a626b1110b is described below

commit a626b1110be2a2ef1f3767e9aeecc4ee61f4b740
Author: Jacques Le Roux <[email protected]>
AuthorDate: Tue Nov 25 08:54:40 2025 +0100

    Improved: Better secure "openSourceFile" request-map  (OFBIZ-13316)
    
    Don't forget : Of course don't set auth to "false" in production !
---
 framework/widget/config/widget.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/widget/config/widget.properties 
b/framework/widget/config/widget.properties
index 4f966f8246..8db89add49 100644
--- a/framework/widget/config/widget.properties
+++ b/framework/widget/config/widget.properties
@@ -31,8 +31,8 @@ widget.verbose=true
 # If you want to use this feature you need to set auth to "false" in the 
request-maps "openSourceFile" of common-controller.xml and ecommerce controller.
 # Of course don't set auth to "false" in production !
 # NONE - For production where no named border will be shown.
-# LABEL - Show named border
-# SOURCE - Show named border with link to open the source code
+# LABEL - Show named border.
+# SOURCE - Show named border with link to open the source code.
 widget.dev.namedBorder=NONE
 
 # Command template to open file with editor.

Reply via email to