]
Ondrej Lukas moved WFLY-7369 to ELY-688:
----------------------------------------
Project: WildFly Elytron (was: WildFly)
Key: ELY-688 (was: WFLY-7369)
Component/s: Realms
(was: Security)
Elytron Properties realm parses password with "="
incorrectly
-------------------------------------------------------------
Key: ELY-688
URL:
https://issues.jboss.org/browse/ELY-688
Project: WildFly Elytron
Issue Type: Bug
Components: Realms
Reporter: Ondrej Lukas
Assignee: Dmitrii Tikhomirov
In case when Elytron properties-realm uses plain-text properties file and password
includes {{=}} sign then username/password is parsing incorrectly. In case when properties
file contains line as {{A=B=C}} then Elytron parses it as user {{A=B}} with password
{{C}}. Correct behavior should be user {{A}} with password {{B=C}}.