implement cgi api improvements

This commit is contained in:
Sebastian Sdorra
2011-05-05 13:51:10 +02:00
parent 6ae090ae2e
commit 6fd04b19d3
2 changed files with 72 additions and 29 deletions

View File

@@ -199,13 +199,13 @@ public abstract class AbstractCGIExecutor implements CGIExecutor
protected EnvList environment;
/** Field description */
protected boolean ignoreExitCode;
protected boolean ignoreExitCode = false;
/** Field description */
protected String interpreter;
/** Field description */
protected boolean passShellEnvironment;
protected boolean passShellEnvironment = false;
/** Field description */
protected File workDirectory;