inserted forwarding patch from fuchs

see http://forum.yacy-websuche.de/viewtopic.php?f=6&t=233

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4046 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 18 years ago
parent b5346141b3
commit f890cc86aa

@ -314,10 +314,7 @@ public final class CrawlWorker extends AbstractCrawlWorker {
}
// normalizing URL
redirectionUrlString = new URL(redirectionUrlString).toNormalform(true, true);
// generating the new URL object
URL redirectionUrl = new URL(redirectionUrlString);
URL redirectionUrl = URL.newURL(this.url, redirectionUrlString);
// returning the used httpc
httpc.returnInstance(remote);

Loading…
Cancel
Save