Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-8430

ConfigValidator.java#L83 - serverRequiresSsl checked twice on the same line, should be probably serverRequiresSsl && clientRequiresSsl

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.1.0.DR12
    • None
    • IIOP
    • None

    Description

      ConfigValidator.java#L83 - serverRequiresSsl checked twice on the same line, should be probably serverRequiresSsl && clientRequiresSsl

      https://github.com/wildfly/wildfly/blame/master/iiop-openjdk/src/main/java/org/wildfly/iiop/openjdk/ConfigValidator.java#L83

       if (serverRequiresSsl && serverRequiresSsl && attribute.equals(Constants.IOR_SUPPORTED)) {
      

      Attachments

        Issue Links

          Activity

            People

              dtikhomi@redhat.com Dmitrii Tikhomirov
              rsvoboda@redhat.com Rostislav Svoboda
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: