Fix the default line problem. Added a /cookie case to send a dummy "set-cookie: header"

This commit is contained in:
gagan@netscape.com
1999-06-24 02:29:20 +00:00
parent 6cc9389e54
commit ce41807e9b
6 changed files with 34 additions and 2 deletions
+5
View File
@@ -132,6 +132,11 @@ class ScriptFile {
// ignore should never have appeared here though!
continue;
}
else {// Not a recognizable line... just print it as is...
outDirty = true;
out.println(s);
}
}
in.close();