diff --git a/source/net/yacy/http/ProxyHandler.java b/source/net/yacy/http/ProxyHandler.java index 65711d36d..c4d1ab927 100644 --- a/source/net/yacy/http/ProxyHandler.java +++ b/source/net/yacy/http/ProxyHandler.java @@ -117,7 +117,7 @@ public class ProxyHandler extends AbstractRemoteHandler implements Handler { @Override public void run() { if (yacyResponse == null) return; - this.setName("ProxyHandler.storeToCache(" + yacyResponse.url() + ")"); + this.setName("ProxyHandler.storeToCache(" + yacyResponse.url().toNormalform(true) + ")"); // the cache does either not exist or is (supposed to be) stale deleteFromCache(yacyResponse.url().hash());