gemmellr commented on code in PR #4441:
URL: https://github.com/apache/activemq-artemis/pull/4441#discussion_r1182763373


##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/web/WebServerDTOConfigTest.java:
##########
@@ -97,6 +97,8 @@ private void testSetWebBindingProperties(WebServerDTO 
webServer, String bindingN
       
properties.put(ActiveMQDefaultConfiguration.getDefaultSystemWebPropertyPrefix() 
+ "bindings." + bindingName + ".excludedCipherSuites", 
"test-excludedCipherSuites,3");
       
properties.put(ActiveMQDefaultConfiguration.getDefaultSystemWebPropertyPrefix() 
+ "bindings." + bindingName + ".keyStorePassword", "test-keyStorePassword");
       
properties.put(ActiveMQDefaultConfiguration.getDefaultSystemWebPropertyPrefix() 
+ "bindings." + bindingName + ".trustStorePassword", "test-trustStorePassword");
+      
properties.put(ActiveMQDefaultConfiguration.getDefaultSystemWebPropertyPrefix() 
+ "bindings." + bindingName + ".sniHostCheck", "true");
+      
properties.put(ActiveMQDefaultConfiguration.getDefaultSystemWebPropertyPrefix() 
+ "bindings." + bindingName + ".sniRequired", "true");

Review Comment:
   oops, for some reason I thought it was asserting the final value on 
WebServerComponent, not the DTO.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to