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

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 11.0.0.Alpha1
    • 10.1.0.Final
    • IIOP
    • None

      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)) {
      

            dtikhomi@redhat.com Dmitrii Tikhomirov
            dtikhomi@redhat.com Dmitrii Tikhomirov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: