[jboss-jira] [JBoss JIRA] (ELY-172) PropertiesKeyStoreSpi is callsing PasswordFactory.getInstance(ALGORITHM_DIGEST_MD5) in a loop

Darran Lofthouse (JIRA) issues at jboss.org
Fri Mar 27 08:37:19 EDT 2015


Darran Lofthouse created ELY-172:
------------------------------------

             Summary: PropertiesKeyStoreSpi is callsing PasswordFactory.getInstance(ALGORITHM_DIGEST_MD5) in a loop
                 Key: ELY-172
                 URL: https://issues.jboss.org/browse/ELY-172
             Project: WildFly Elytron
          Issue Type: Enhancement
          Components: SSL
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: 1.0.0.Alpha1


PasswordFactory.getInstance(ALGORITHM_DIGEST_MD5) is called once for each user in the file, each time this is called all registered providers are queried - instead this should be called once and cached.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list