Bug 1148728
Summary: | [GSS] (6.4.0) Property substitution for username in remote-outbound-connection doesn't work | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Mustafa Musaji <mmusaji> | |
Component: | Server | Assignee: | Mustafa Musaji <mmusaji> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jan Martiska <jmartisk> | |
Severity: | unspecified | Docs Contact: | eap-docs <eap-docs> | |
Priority: | unspecified | |||
Version: | 6.3.2 | CC: | brian.stansberry, jmartisk, kkhan | |
Target Milestone: | DR4 | |||
Target Release: | EAP 6.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Cause:
The handler for the 'add' management operation for the remote-outbound-connection resources did not properly account for the possibility of an expression being the value of the username attribute.
Consequence:
If an expression is used as the value for the 'username' attribute, the unresolved string will be used as the user name, rather than the resolved value.
Fix:
The handler now uses standard attribute handling for this attribute, ensuring expression support.
Result:
If an expression is used for the 'username' attribute, the resolved value will now be used.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1148776 (view as bug list) | Environment: | ||
Last Closed: | 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1148776, 1194381, 1202823 |
Description
Mustafa Musaji
2014-10-02 08:36:10 UTC
Verified in EAP 6.4.0.DR8. |