]
Martin Choma updated ELY-1456:
------------------------------
Fix Version/s: 1.2.0.Beta11
Two same SQL queries seen during one authentication attempt
------------------------------------------------------------
Key: ELY-1456
URL:
https://issues.jboss.org/browse/ELY-1456
Project: WildFly Elytron
Issue Type: Bug
Components: Realms
Affects Versions: 1.2.0.Beta10
Reporter: Martin Choma
Fix For: 1.2.0.Beta11
Two same sql queries are performed on authentication attempt using jdbc-realm.
{noformat}
2017-11-29T15:53:32.399596Z 338 Query select password from user where email =
'alberto(a)myapp.com'
2017-11-29T15:53:32.400879Z 338 Query select role, 'Roles' from user_role_auth
where email = 'alberto(a)myapp.com'
2017-11-29T15:53:32.402531Z 338 Query select password from user where email =
'alberto(a)myapp.com'
{noformat}