| Summary: | Allowing property substitutions for virtual server aliases in the web subsystem | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Aaron Ogburn <aogburn> |
| Component: | Web | Assignee: | Rémy Maucherat <rmaucher> |
| Status: | CLOSED NOTABUG | QA Contact: | Radim Hatlapatka <rhatlapa> |
| Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | medium | ||
| Version: | 6.2.0 | CC: | bmaxwell, chuffman, dmasirka, joallen |
| Target Milestone: | --- | ||
| Target Release: | EAP 6.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-23 23:00:50 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Closing as this is a feature. It is implemented in EAP 7.0+ |
Description of problem: Virtual server aliases does not support property substitution replacement. <virtual-server name="default-host" enable-welcome-root="true"> <alias name="${vhost.name}"/> </virtual-server> Actual results: Property expressions are not resolved for a virtual server alias Expected results: Property expressions are resolved for a virtual server alias