Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7937

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • 10.1.0.Final
    • 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
              dtikhomi@redhat.com Dmitrii Tikhomirov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: