-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
1.1.0.Beta42
-
None
-
None
When Elytron client configuration file includes sasl-mechanism-selector with string which contains 'or, 'and', 'eq' and 'if' predicate then its values are not parsed correctly. It seems that name of mechanism is parsed as 'name of mechanism'+'1 another character'.
For example, following element for selector in Elytron client configuration file:
...
<sasl-mechanism-selector selector="(DIGEST-MD5||JBOSS-LOCAL-USER)"/>
...
is parsed as mechanisms DIGEST-MD5|, JBOSS-LOCAL-USER).
The same behavior happens also if predicate &&, ==, x ? y : z is used.
- clones
-
JBEAP-11077 Mechanism names in 'or, 'and', 'eq' or 'if' predicates are not parsed correctly in mechanism selector in Elytron client
- Closed
- duplicates
-
ELY-1184 FAMILY and HASH selectors in Elytron client are parsed incorrectly
- Resolved
- relates to
-
ELY-1185 Only the last mechanism selector is used in Elytron client configuration
- Resolved