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 1421)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web.xml	(revision 1422)
@@ -8,4 +8,7 @@
 		version 2.3 are setted as defaults. You only need to specify these 
 		parameters, if you need different ones.
+		New init parameter:
+			- ForceSingleExtension: Default is true.
+			  (Due to security issues with Apache modules, it is recommended to leave this setting untouched!)
 		
 		@version $Id:web.xml 1109 2007-11-12 17:26:34 +0000 (Mo, 12 Nov 2007) th-schwarz $
@@ -20,8 +23,4 @@
 			net.fckeditor.connector.ConnectorServlet
 		</servlet-class>
-		<init-param>
-			<param-name>ForceSingleExtension</param-name>
-			<param-value>true</param-value>
-		</init-param>
 		<load-on-startup>1</load-on-startup>
 	</servlet>
Index: /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web_war.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web_war.xml	(revision 1421)
+++ /FCKeditor.Java/branches/2.4/src/main/webapp/WEB-INF/web_war.xml	(revision 1422)
@@ -8,4 +8,7 @@
 		version 2.3 are setted as defaults. You only need to specify these 
 		parameters, if you need different ones.
+		New init parameter:
+			- ForceSingleExtension: Default is true.
+			  (Due to security issues with Apache modules, it is recommended to leave this setting untouched!)
 		
 		@version $Id:web.xml 1109 2007-11-12 17:26:34 +0000 (Mo, 12 Nov 2007) th-schwarz $
@@ -20,8 +23,4 @@
 			net.fckeditor.connector.ConnectorServlet
 		</servlet-class>
-		<init-param>
-			<param-name>ForceSingleExtension</param-name>
-			<param-value>true</param-value>
-		</init-param>
 		<load-on-startup>1</load-on-startup>
 	</servlet>
