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

git-svn-id: svn://10.0.0.236/trunk@36664 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1999-06-24 02:29:20 +00:00
parent 71ac661243
commit 637e828345
6 changed files with 34 additions and 2 deletions

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();