Dmitrii Tikhomirov created WFLY-7937:
----------------------------------------
Summary: ConfigValidator.java#L83 - serverRequiresSsl checked twice on the
same line, should be probably serverRequiresSsl && clientRequiresSsl
Key: WFLY-7937
URL:
https://issues.jboss.org/browse/WFLY-7937
Project: WildFly
Issue Type: Bug
Components: IIOP
Affects Versions: 10.1.0.Final
Reporter: Dmitrii Tikhomirov
Assignee: Dmitrii Tikhomirov
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/jav...
{code}
if (serverRequiresSsl && serverRequiresSsl &&
attribute.equals(Constants.IOR_SUPPORTED)) {
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)