]
Darran Lofthouse updated ELY-983:
---------------------------------
Fix Version/s: 1.1.0.Beta37
(was: 1.1.0.Beta36)
WildFlySasl.MECHANISM_QUERY_ALL is taken into account in
ExternalSasl*Factory.createSasl* methods
-------------------------------------------------------------------------------------------------
Key: ELY-983
URL:
https://issues.jboss.org/browse/ELY-983
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta37
The description of {{MECHANISM_QUERY_ALL}} filtering property says:
{quote}
This flag is only effective on calls to SaslServerFactory.getMechanismNames(Map) or
SaslClientFactory.getMechanismNames(Map) for Elytron-provided SASL factories.
{quote}
It's not true for EXTERNAL SASL mechanism factories, where it's taken into
account also in {{createSaslServer/Client}} methods.