Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-82

Defining a HTTP management interface with secure-port or https socket binding but not security realm causes NullPointerException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Alpha6
    • 1.0.0.Alpha5
    • Management
    • None

    Description

      There are actually two checks that need to be performed: -
      1 - If a secure port is required then a security realm must be associated with the interface.
      2 - That security realm must supply an SSLContext

      For #1 that can at least be validated in the model at the end of stage MODEL. This will need to be validated for both standalone mode and domain mode - each of these use independent resource definitions.

      #2 will have to wait until RUNTIME where we have the opportunity to check that the injected realm does supply a SSLContext.

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: