From 3610fe6b3a6e5c9674963ec8db836b0f58c8b477 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sat, 13 Aug 2005 22:04:18 +0000 Subject: [PATCH] see http://www.yacy-forum.de/viewtopic.php?p=7410#7410 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@530 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaHTCache.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaHTCache.java b/source/de/anomic/plasma/plasmaHTCache.java index 04332b35c..8c7bfd9ff 100644 --- a/source/de/anomic/plasma/plasmaHTCache.java +++ b/source/de/anomic/plasma/plasmaHTCache.java @@ -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,