git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2243 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent 4c6083b264
commit 6866bc2758

@ -891,7 +891,7 @@ public final class httpHeader extends TreeMap implements Map {
while(it.hasNext())
{
java.util.Map.Entry e = (java.util.Map.Entry) it.next();
System.out.println(""+e.getKey()+" : "+e.getValue());
//System.out.println(""+e.getKey()+" : "+e.getValue());
if(e.getKey().equals("Cookie"))
{
return e.getValue().toString();

Loading…
Cancel
Save