[jboss-cvs] JBossAS SVN: r93136 - branches/Branch_5_x/main/src/main/org/jboss.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 2 13:34:01 EDT 2009


Author: dimitris at jboss.org
Date: 2009-09-02 13:34:01 -0400 (Wed, 02 Sep 2009)
New Revision: 93136

Modified:
   branches/Branch_5_x/main/src/main/org/jboss/Main.java
Log:
JBAS-7224, Main.ServerConfigUtil.fixRemoteAddressProperty() ignores defaultValue

Modified: branches/Branch_5_x/main/src/main/org/jboss/Main.java
===================================================================
--- branches/Branch_5_x/main/src/main/org/jboss/Main.java	2009-09-02 16:32:07 UTC (rev 93135)
+++ branches/Branch_5_x/main/src/main/org/jboss/Main.java	2009-09-02 17:34:01 UTC (rev 93136)
@@ -843,7 +843,7 @@
          {
             if (defaultValue != null)
             {
-               String fixed = fixRemoteAddress(old);
+               String fixed = fixRemoteAddress(defaultValue);
                System.setProperty(systemPropertyName, fixed);
             }
          }




More information about the jboss-cvs-commits mailing list