[jboss-remoting-commits] JBoss Remoting SVN: r4708 - remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Wed Nov 19 14:29:34 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-11-19 14:29:34 -0500 (Wed, 19 Nov 2008)
New Revision: 4708

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
Log:
JBREM-1058: Moved PropertyEditors.mapJavaProperties() to SecurityUtility.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java	2008-11-19 19:29:02 UTC (rev 4707)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/transport/socket/MicroSocketClientInvoker.java	2008-11-19 19:29:34 UTC (rev 4708)
@@ -488,7 +488,7 @@
    {
       Properties props = new Properties();
       props.putAll(configuration);
-      PropertyEditors.mapJavaBeanProperties(MicroSocketClientInvoker.this, props, false);
+      SecurityUtility.mapJavaBeanProperties(MicroSocketClientInvoker.this, props, false);
       configureParameters();
 
       if (!InvokerLocator.MULTIHOME.equals(locator.getHost()))




More information about the jboss-remoting-commits mailing list