When more than one password providers are configured, secure vault is picked 
and intialized only one password provider
----------------------------------------------------------------------------------------------------------------------

                 Key: SYNAPSE-737
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-737
             Project: Synapse
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1
            Reporter: asela pathberiya
             Fix For: FUTURE


I configured as following in a configuration file 

<passwordManager>
      <protectedTokens>Configuration.Property.password</protectedTokens>
      
<passwordProvider>org.apache.pwprovider.DefaultPasswordProvider</passwordProvider>
</passwordManager>

<passwordManager>
      <protectedTokens>AdminUser.Password</protectedTokens>
      <passwordProvider>org.apache.pwprovider.TestProvider</passwordProvider>
</passwordManager>


But secure vault always picks the only one provider....  Is there any other 
configuration should be done for this ???? 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to