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

DatabaseServerLoginModule has regression for the option transactionManagerJndiName

    XMLWordPrintable

Details

    Description

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

      should be:

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: