Bug 1283130

Summary: [GSS](6.4.z) subsystem=web attribute "Enable-welcome-root" requires "expressions-allowed" => true
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Carsten Lichy-Bittendorf <clichybi>
Component: ConfigAdmin, WebAssignee: Radovan Netuka <rnetuka>
Status: CLOSED WONTFIX QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.3CC: bmaxwell, chaowan, rnetuka, thomas.diesler
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-28 20:15:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Carsten Lichy-Bittendorf 2015-11-18 10:50:35 UTC
Description of problem:
Customer is using a standalone.xml template for mutliple stages and servers. 
So he's externalizing all what requires adjustments.
Currently he's blocked on doing so with "enable-welcome-root" as it doesn't support expressions.


Version-Release number of selected component (if applicable):
all in EAP6 versions so far

How reproducible:
always

Steps to Reproduce:
1. /subsystem=web:read-resource-description(recursive=true)


Actual results:
...
 "enable-welcome-root" => {
                            "type" => BOOLEAN,
                            "description" => "Whether or not the bundled welcome directory is used as the root web context.",
                            "expressions-allowed" => *false*,
                            "nillable" => true,
                            "default" => false,
                            "access-type" => "read-write",
                            "storage" => "configuration",
                            "restart-required" => "resource-services"
                        },
...

Expected results:
...
 "enable-welcome-root" => {
                            "type" => BOOLEAN,
                            "description" => "Whether or not the bundled welcome directory is used as the root web context.",
                            "expressions-allowed" => *true*,
                            "nillable" => true,
                            "default" => false,
                            "access-type" => "read-write",
                            "storage" => "configuration",
                            "restart-required" => "resource-services"
                        },
...

Additional info: