fix typo

parent 5e9c71e0
...@@ -126,7 +126,7 @@ public class ZuulProperties { ...@@ -126,7 +126,7 @@ public class ZuulProperties {
Arrays.asList("Cookie", "Set-Cookie", "Authorization")); Arrays.asList("Cookie", "Set-Cookie", "Authorization"));
/** /**
* Flag to say whether the hostname for ssl connections should be verified or now. Default is true. * Flag to say whether the hostname for ssl connections should be verified or not. Default is true.
* This should only be used in test setups! * This should only be used in test setups!
*/ */
private boolean sslHostnameValidationEnabled =true; private boolean sslHostnameValidationEnabled =true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment