mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
fix typo
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ public class ZuulProperties {
|
||||
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!
|
||||
*/
|
||||
private boolean sslHostnameValidationEnabled =true;
|
||||
|
||||
Reference in New Issue
Block a user