0 Replies Latest reply on Oct 1, 2019 10:28 AM by ppietr

    secure password with org.picketbox.datasource.security.SecureIdentityLoginModule

    ppietr

      Dear community,

       

      If you use a library: org.picketbox.datasource.security.SecureIdentityLoginModule

      without an cache-type entry in xml tag, this will increment the symbol table (is connected to metaspace) each time you connect to the database,

      which causes a rapid increase in this table and Java process memory.

       

       

      Example :

       

       

                      <security-domain name="...">

                          <authentication>

                              <login-module code="org.picketbox.datasource.security.SecureIdentityLoginModule" flag="required">

                              </login-module>

                          </authentication>

                      </security-domain>

       

       

      Has anyone run into the same problem?

       

      Regards,

      Pawel