[jboss-jira] [JBoss JIRA] (SECURITY-806) SecurityVaultFactory caching problems

Kabir Khan (JIRA) issues at jboss.org
Mon Mar 17 17:06:10 EDT 2014


Kabir Khan created SECURITY-806:
-----------------------------------

             Summary: SecurityVaultFactory caching problems
                 Key: SECURITY-806
                 URL: https://issues.jboss.org/browse/SECURITY-806
             Project: PicketBox 
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: JBossSX
    Affects Versions: PicketBox_4_0_21.Beta1
            Reporter: Kabir Khan
            Assignee: Anil Saldhana


In WildFly we can define the vault at both the 'core' level, and within the security subsystem. The intent is that the user can specify different vaults in the two places, so say for the core one we go with

{code}
<vault/>
{code}

Now, in the security subsystem I want to use some other vault implementation so I do:
{code}
<vault code="my.custom.Vault"/>
{code}
Assuming the core stuff gets loaded first, that will return the 'default' vault, which gets cached, and which will also be returned for the 'custom' one I want in the security subsystem.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list