Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1456

JDBC SecurityRealm executing single principal query multiple times.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 1.2.0.Beta11
    • 1.2.0.Beta10
    • Realms
    • None

    Description

      Two same sql queries are performed on authentication attempt using jdbc-realm.

      2017-11-29T15:53:32.399596Z   338 Query select password from user where email = 'alberto@myapp.com'
      2017-11-29T15:53:32.400879Z   338 Query select role, 'Roles' from user_role_auth where email = 'alberto@myapp.com'
      2017-11-29T15:53:32.402531Z   338 Query select password from user where email = 'alberto@myapp.com'
      

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            mchoma@redhat.com Martin Choma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: