From 73e297f30f72a465010a1afc185f7c1435359c07 Mon Sep 17 00:00:00 2001 From: theli Date: Wed, 18 May 2005 07:40:48 +0000 Subject: [PATCH] *) adding proper default values for RealtimeParsableMimeTypes if something goes wrong with the configuration file git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@132 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaSwitchboard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaSwitchboard.java b/source/de/anomic/plasma/plasmaSwitchboard.java index 4fcac33fe..a3c1ad3d2 100644 --- a/source/de/anomic/plasma/plasmaSwitchboard.java +++ b/source/de/anomic/plasma/plasmaSwitchboard.java @@ -262,7 +262,7 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser plasmaParser.initMediaExt(getConfig("mediaExt",null)); // define a realtime parsable mimetype list - plasmaParser.initRealtimeParsableMimeTypes(getConfig("parseableRealtimeMimeTypes",null)); + plasmaParser.initRealtimeParsableMimeTypes(getConfig("parseableRealtimeMimeTypes","application/xhtml+xml,text/html,text/plain")); plasmaParser.initParseableMimeTypes(getConfig("parseableMimeTypes",null)); // start a loader