From f1f74e862692a81acd904b9dfd5065780873cccd Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 24 Nov 2014 20:53:40 +0100 Subject: [PATCH] toString fix --- source/net/yacy/http/ProxyHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());