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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user