We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d514c commit a58fef5Copy full SHA for a58fef5
mockserver-core/src/main/java/org/mockserver/socket/tls/KeyAndCertificateFactory.java
@@ -89,7 +89,7 @@ public static void addSubjectAlternativeName(String host) {
89
if (host != null) {
90
String hostWithoutPort = StringUtils.substringBefore(host, ":");
91
92
- // TODO make IP resolution as an optional setting
+ // TODO(jamesdbloom) make IP resolution as an optional setting
93
if (!ConfigurationProperties.containsSslSubjectAlternativeName(hostWithoutPort)) {
94
try {
95
// resolve host name for subject alternative name in case host name is ip address
0 commit comments