]
Bela Ban resolved JGRP-864.
---------------------------
Resolution: Done
Fixed on CVS head: removed -Dforce.properties support
infinite recursion for -Dforce.properties system property?
----------------------------------------------------------
Key: JGRP-864
URL:
https://jira.jboss.org/jira/browse/JGRP-864
Project: JGroups
Issue Type: Bug
Affects Versions: 2.6.7
Environment: linux, jre1.5
Reporter: Sam Hsu
Assignee: Bela Ban
Priority: Minor
Fix For: 2.7
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?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: