Github user kjduling commented on a diff in the pull request:

    https://github.com/apache/incubator-geode/pull/250#discussion_r81654416
  
    --- Diff: 
geode-core/src/main/java/org/apache/geode/distributed/AbstractLauncher.java ---
    @@ -156,7 +166,14 @@ protected static Properties 
loadGemFireProperties(final URL url) {
     
         if (url != null) {
           try {
    -        properties.load(new FileReader(new File(url.toURI())));
    +        File propertyFile = new File(url.toURI());
    --- End diff --
    
    Updated.  testLoadGemFirePropertiesWithNonExistingURL is an existing test 
that exercises this code.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to