Author: ron.sigal(a)jboss.com
Date: 2008-11-19 14:29:02 -0500 (Wed, 19 Nov 2008)
New Revision: 4707
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java
Log:
JBREM-1058: Moved PropertyEditors.mapJavaProperties() to SecurityUtility.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java 2008-11-19
19:15:56 UTC (rev 4706)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.java 2008-11-19
19:29:02 UTC (rev 4707)
@@ -141,7 +141,7 @@
{
Properties props = new Properties();
props.putAll(getConfiguration());
- PropertyEditors.mapJavaBeanProperties(RMIServerInvoker.this, props, false);
+ SecurityUtility.mapJavaBeanProperties(RMIServerInvoker.this, props, false);
super.setup();
}
Show replies by date