git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@530 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2005-08-13 22:04:18 +00:00
parent c8a7a85ce2
commit 3610fe6b3a

View File

@ -415,7 +415,8 @@ public final class plasmaHTCache {
String ls = urlString.toLowerCase();
return ((ls.indexOf(".cgi") >= 0) ||
(ls.indexOf(".exe") >= 0) ||
(ls.indexOf(";jsessionid=") >= 0));
(ls.indexOf(";jsessionid=") >= 0) ||
(ls.indexOf("SESSIONID/") >= 0));
}
public Entry newEntry(Date initDate, int depth, URL url, String name,