epugh commented on code in PR #4629:
URL: https://github.com/apache/solr/pull/4629#discussion_r3586944216
##########
solr/core/src/java/org/apache/solr/servlet/CoreContainerProvider.java:
##########
@@ -316,7 +316,7 @@ private static Path computeSolrHome(ServletContext
servletContext) {
// Now try system property
final String prop = "solr.solr.home";
source = "system property: " + prop;
- home = System.getProperty(prop);
+ home = EnvUtils.getProperty(prop);
Review Comment:
bit nervous on this, but dug in more and looks okay!
--
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]