[jboss-jira] [JBoss JIRA] (WFLY-8092) Fix Elytron Enabled attribute at ResourceAdapters subsystem
Flavia Rainone (JIRA)
issues at jboss.org
Mon Feb 13 09:11:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flavia Rainone updated WFLY-8092:
---------------------------------
Description:
This Jira is for all ELYTRON_ENABLED attributes defined in resource adapters subsystem.
The attribute definition has two bugs:
- alternatives defined:
The alternative prevents the user from setting an ELYTRON_ENABLED attribute to false and using one of the alternative attributes, such as SECURITY_DOMAIN because the model will be considered invalid.
The correct is using alternatives at the AUTHENTICATION_CONTEXT attributes instead and doing an extra validation at RaAdd.
- marshalling of the attribute, we need to follow the same standard as other boolean attributes in the module, the attribute must be marshalled as a <elytron-enabled>true</elytron-enabled> instead of <elytron-enabled/>, which is the current form being used now
was:
The alternative prevents the user from setting an ELYTRON_ENABLED attribute to false and using one of the alternative attributes, such as SECURITY_DOMAIN because the model will be considered invalid.
The correct is using alternatives at the AUTHENTICATION_CONTEXT attributes instead and doing an extra validation at RaAdd.
> Fix Elytron Enabled attribute at ResourceAdapters subsystem
> -----------------------------------------------------------
>
> Key: WFLY-8092
> URL: https://issues.jboss.org/browse/WFLY-8092
> Project: WildFly
> Issue Type: Bug
> Components: JCA
> Reporter: Flavia Rainone
> Assignee: Flavia Rainone
>
> This Jira is for all ELYTRON_ENABLED attributes defined in resource adapters subsystem.
> The attribute definition has two bugs:
> - alternatives defined:
> The alternative prevents the user from setting an ELYTRON_ENABLED attribute to false and using one of the alternative attributes, such as SECURITY_DOMAIN because the model will be considered invalid.
> The correct is using alternatives at the AUTHENTICATION_CONTEXT attributes instead and doing an extra validation at RaAdd.
> - marshalling of the attribute, we need to follow the same standard as other boolean attributes in the module, the attribute must be marshalled as a <elytron-enabled>true</elytron-enabled> instead of <elytron-enabled/>, which is the current form being used now
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list