Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1784)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1785)
@@ -120,4 +120,12 @@
 								<exclude>fckutils.cfm</exclude>
 							</excludes>
+						</resource>
+						<resource>
+							<targetPath>WEB-INF/classes</targetPath>
+							<directory>src/test/resources</directory>
+							<filtering>false</filtering>
+							<includes>
+								<include>fckeditor.properties</include>
+							</includes>
 						</resource>
 					</webResources>
Index: /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml	(revision 1784)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml	(revision 1785)
@@ -4,16 +4,5 @@
 	xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
 >
-	<!--
-		The new minimal web.xml. All init parameters known from the 
-		version 2.3 are setted as defaults. You only need to specify these 
-		parameters, if you need different ones.
-		New init parameter:
-			- 'ForceSingleExtension': Optional / Default is true.
-			  (Due to security issues with Apache modules, it is recommended to leave this setting untouched!)
-			- 'SessionData-class'
-			  Fully-qualified class name of the class, which provides some session based data.
-	-->
-
-	<display-name>FCKeditor.Java Sample Web Application</display-name>
+<display-name>FCKeditor.Java Sample Web Application</display-name>
 	<description>FCKeditor.Java Sample Web Application</description>
 
Index: /FCKeditor.Java/branches/2.4/src/test/resources/fckeditor.properties
===================================================================
--- /FCKeditor.Java/branches/2.4/src/test/resources/fckeditor.properties	(revision 1785)
+++ /FCKeditor.Java/branches/2.4/src/test/resources/fckeditor.properties	(revision 1785)
@@ -0,0 +1,1 @@
+connector.sessionDataImpl=net.fckeditor.impl.BasicSessionData
