[
https://issues.jboss.org/browse/ELY-1132?page=com.atlassian.jira.plugin.s...
]
Darran Lofthouse commented on ELY-1132:
---------------------------------------
If we can get stack traces for the two not using the service providers I can take a look,
it sounds like the ExceptionSupplier is being called to obtain the password before the
Provider Supplier has been fully initialised.
Unable to load passwords from wildfly-config.xml
------------------------------------------------
Key: ELY-1132
URL:
https://issues.jboss.org/browse/ELY-1132
Project: WildFly Elytron
Issue Type: Bug
Reporter: Stuart Douglas
Assignee: Darran Lofthouse
I see the following exception, adding use-service-loader-providers does not help
Caused by: java.security.NoSuchAlgorithmException: ELY08028: Invalid algorithm
"clear"
at org.wildfly.security.password.PasswordFactory.getInstance(PasswordFactory.java:121)
at
org.wildfly.security.auth.client.ElytronXmlParser.lambda$parseClearPassword$47(ElytronXmlParser.java:2009)
... 46 more
Looks like this should just be hard coded to use the Elytron provider?
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)