mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-18 08:36:07 -04:00
last commit removed
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1262 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
@ -172,10 +172,6 @@ public class htmlFilterContentScraper extends htmlFilterAbstractScraper implemen
|
||||
matcher.reset(path);
|
||||
}
|
||||
|
||||
while (path.startsWith("/../")) {
|
||||
path = path.substring(3);
|
||||
}
|
||||
|
||||
if (defaultPort) return url.getProtocol() + "://" + url.getHost() + path;
|
||||
return url.getProtocol() + "://" + url.getHost() + ":" + url.getPort() + path;
|
||||
}
|
||||
|
Reference in New Issue
Block a user