From 0c8a48e2cbace53dd9e5932672127002357dcff3 Mon Sep 17 00:00:00 2001 From: theli Date: Wed, 17 Aug 2005 05:50:18 +0000 Subject: [PATCH] *) converting php Session ID to lower case in funktion isCGI See: http://www.yacy-forum.de/viewtopic.php?p=7671#7671 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@552 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/plasmaHTCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/de/anomic/plasma/plasmaHTCache.java b/source/de/anomic/plasma/plasmaHTCache.java index fe1f25413..15c431b08 100644 --- a/source/de/anomic/plasma/plasmaHTCache.java +++ b/source/de/anomic/plasma/plasmaHTCache.java @@ -417,7 +417,7 @@ public final class plasmaHTCache { (ls.indexOf(".exe") >= 0) || (ls.indexOf(";jsessionid=") >= 0) || (ls.indexOf("sessionid/") >= 0) || - (ls.indexOf("PHPSESSID=") >= 0)); + (ls.indexOf("phpsessid=") >= 0)); } public Entry newEntry(Date initDate, int depth, URL url, String name,