another bugfix for share/www.

Now you can Use share/ and not only share/dir.html


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

@ -426,7 +426,7 @@ public final class httpdFileHandler extends httpdAbstractHandler implements http
targetClass = rewriteClassFile(new File(htDefaultPath, testpath));
if (!(targetFile.exists())){
targetFile = new File(htDocsPath, testpath);
targetClass = rewriteClassFile(new File(htDocsPath, path));
targetClass = rewriteClassFile(targetFile);
}
if (targetFile.exists()) {
path = testpath;

Loading…
Cancel
Save