michael-o commented on code in PR #672:
URL: https://github.com/apache/tomcat/pull/672#discussion_r1358027078
##########
java/org/apache/tomcat/util/net/SSLHostConfig.java:
##########
@@ -796,9 +796,6 @@ public static String adjustRelativePath(String path) throws
FileNotFoundExceptio
newPath = System.getProperty(Constants.CATALINA_BASE_PROP) +
File.separator + newPath;
f = new File(newPath);
}
- if (!f.exists()) {
Review Comment:
Note the first line of the PR and the prefix on the commit.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]