*) Bugfix: Image falsification

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@34 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
(no author) 20 years ago
parent 97ec8d65e4
commit 432e01910b

@ -85,7 +85,7 @@ public final class httpd implements serverHandler {
private String clientIP;
// the connection properties
private static final Properties prop = new Properties();
private final Properties prop = new Properties();
@ -111,6 +111,7 @@ public final class httpd implements serverHandler {
this.proxyAccountBase64MD5 = null;
this.serverAccountBase64MD5 = null;
this.clientIP = null;
this.prop.clear();
}
// must be called at least once, but can be called again to re-use the object.

Loading…
Cancel
Save