Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-864

infinite recursion for -Dforce.properties system property?

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 2.7
    • 2.6.7
    • None
    • Low

    Description

      this code snippet from ConfigurationFactory.java:

      public static InputStream getConfigStream(String properties) throws IOException {
      InputStream configStream = null;
      if (propertiesOverride != null)
      return getConfigStream(propertiesOverride);

      if propertiesOverride is set, how does the recursion end?

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            hsamsu_jira Sam Hsu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: