Index: /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java
===================================================================
--- /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 1907)
+++ /FCKeditor.Java/branches/2.4/java-core/src/main/java/net/fckeditor/handlers/RequestCycleHandler.java	(revision 1908)
@@ -44,5 +44,5 @@
 		
 		// 1. try to instantiate the UserAction object
-		String fqcn = PropertiesLoader.getProperty("requestcycle.userActionImpl");
+		String fqcn = PropertiesLoader.getProperty("connector.userActionImpl");
 		if (fqcn == null)
 			logger.warn("No property found for UserAction implementation, any user action is disabled!");
@@ -60,5 +60,5 @@
 
 		// 2. try to instantiate the UserPathBuilder object
-		fqcn = PropertiesLoader.getProperty("requestcycle.userPathBuilderImpl");
+		fqcn = PropertiesLoader.getProperty("connector.userPathBuilderImpl");
 		if (fqcn == null)
 			logger.warn("No property found for UserPathBuilder implementation, any user action is disabled!");
Index: /FCKeditor.Java/branches/2.4/java-demo/src/main/resources/fckeditor.properties
===================================================================
--- /FCKeditor.Java/branches/2.4/java-demo/src/main/resources/fckeditor.properties	(revision 1907)
+++ /FCKeditor.Java/branches/2.4/java-demo/src/main/resources/fckeditor.properties	(revision 1908)
@@ -1,2 +1,2 @@
-requestcycle.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl
-requestcycle.userPathBuilderImpl=net.fckeditor.requestcycle.impl.UserPathBuilderImpl
+connector.userActionImpl=net.fckeditor.requestcycle.impl.UserActionImpl
+connector.userPathBuilderImpl=net.fckeditor.requestcycle.impl.UserPathBuilderImpl
