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

Typo in SimpleSecurityEventFormatter

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 1.11.0.CR3, 2.0.0.Alpha6
    • None
    • None
    • None

    Description

      missing comma

      stringBuilder.append("syslog-format").append(event.getFormat().toString());
      

      should be

      stringBuilder.append(",syslog-format").append(event.getFormat().toString());
      

      Attachments

        Activity

          People

            mmazanek Martin Mazánek (Inactive)
            mmazanek Martin Mazánek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: