fix for networkimage

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@956 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent ec10220d57
commit 2dfd6bf36a

@ -434,7 +434,7 @@ public final class httpdFileHandler extends httpdAbstractHandler implements http
}
}
}else{
if (!(targetFile.exists())){
if (!(targetFile.exists()) && (!(path.endsWith("png")||path.endsWith("gif")))){
targetFile = new File(htDocsPath, path);
targetClass = rewriteClassFile(new File(htDocsPath, path));
}else{

Loading…
Cancel
Save