git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4264 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2007-12-10 15:00:01 +00:00
parent a3bfd668aa
commit a1b80017e0

View File

@ -219,7 +219,7 @@ public class migration {
// migration for additional parser settings
String value = "";
if ((value = sb.getConfig("parseableMimeTypes","")).length() > 0) {
if (((value = sb.getConfig("parseableMimeTypes","")).length() > 0) && (sb.getConfig("parseableMimeTypes.CRAWLER", "").length() == 0)) {
sb.setConfig("parseableMimeTypes.CRAWLER", value);
sb.setConfig("parseableMimeTypes.PROXY", value);
sb.setConfig("parseableMimeTypes.URLREDIRECTOR", value);