]
Bartosz Baranowski reassigned ELY-1046:
---------------------------------------
Assignee: Bartosz Baranowski (was: Darran Lofthouse)
Elytron properties-realm doesn't handle unicode sequences
---------------------------------------------------------
Key: ELY-1046
URL:
https://issues.jboss.org/browse/ELY-1046
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Bartosz Baranowski
Priority: Blocker
Labels: eap71_beta_candidate
Users who use property-file based authentication with plain passwords can't
authenticate with Elytron if the property file contains Unicode escape sequences (e.g.
file generated by using a classical {{java.util.Properties}}). The same authentication
works with legacy solution
(_/core-service=management/security-realm=ApplicationRealm/authentication=properties(plain-text=true,
...)_).
The {{LegacyPropertiesSecurityRealm}} implementation has to be able to support
properties files which were supported by legacy security realms.