Uploaded image for project: 'PicketBox '
  1. PicketBox
  2. SECURITY-705

DatabaseServerLoginModule has regression for the option transactionManagerJndiName

XMLWordPrintable

      line 127:
      String jname = (String) options.get("TRANSACTION_MANAGER_JNDI_NAME");

      should be:

      String jname = (String) options.get(TRANSACTION_MANAGER_JNDI_NAME);

              tfonteyn Tom Fonteyne (Inactive)
              tfonteyn Tom Fonteyne (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: