git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1903 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
borg-0300 19 years ago
parent 60995a3a67
commit 9b94b374cc

@ -99,7 +99,7 @@ public class ProxyIndexingMonitor_p {
newProxyCachePath = post.get("proxyCache", "DATA/HTCACHE");
newProxyCachePath = newProxyCachePath.replace('\\', '/');
if (newProxyCachePath.endsWith("/")) {
newProxyCachePath.substring(0, newProxyCachePath.length() - 1);
newProxyCachePath = newProxyCachePath.substring(0, newProxyCachePath.length() - 1);
}
final File cache = new File(newProxyCachePath);
if (!cache.isDirectory() && !cache.isFile()) cache.mkdirs();

Loading…
Cancel
Save