*) 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
pull/1/head
theli 20 years ago
parent 06261e8ef7
commit 0c8a48e2cb

@ -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,

Loading…
Cancel
Save