Index: /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
===================================================================
--- /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 2472)
+++ /FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java	(revision 2473)
@@ -78,5 +78,5 @@
 			// if an exception wasn't catched by the Dispatcher, it is a fatal one and has to re-thrown.
 			if (e instanceof IOException)
-				throw new IOException(e);
+				throw (IOException) e;
 			else
 				throw new ServletException(e);
