Skip to content

Commit

Permalink
inserted forwarding patch from fuchs
Browse files Browse the repository at this point in the history
  • Loading branch information
orbiter committed Aug 15, 2007
1 parent b534614 commit f890cc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source/de/anomic/plasma/crawler/http/CrawlWorker.java
Expand Up @@ -314,10 +314,7 @@ private plasmaHTCache.Entry load(int crawlingRetryCount) throws IOException {
}

// 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);
Expand Down

0 comments on commit f890cc8

Please sign in to comment.