summaryrefslogtreecommitdiff
blob: 2237dfe63c54ce8f020a23140c521f265a1e3da0 (plain)
1
2
3
4
5
6
7
8
9
10
--- src/freenet/node/Node.java	2009-08-21 19:00:38.056504773 +0200
+++ src/freenet/node/Node.java.new	2009-08-21 19:08:40.042880252 +0200
@@ -3634,7 +3634,6 @@
 				System.err.println("Please upgrade your Java to 1.6.0 update 15 or 1.5.0 update 20 IMMEDIATELY!");
 				System.err.println("Freenet plugins using XML, including the search function, and Freenet client applications such as Thaw which use XML are vulnerable to remote code execution!");
 				
-				clientCore.alerts.register(new SimpleUserAlert(false, l10n("sunJVMxmlRemoteCodeExecTitle"), l10n("sunJVMxmlRemoteCodeExec"), l10n("sunJVMxmlRemoteCodeExecTitle"), UserAlert.CRITICAL_ERROR));
 			}
 			
 		} else if (jvmVendor.startsWith("Apple ") || jvmVendor.startsWith("\"Apple ")) {