https://bz.apache.org/bugzilla/show_bug.cgi?id=70186

Robert Flaherty <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Robert Flaherty <[email protected]> ---
I think these need the constructor
outputEncoding/errorEncoding/DEFAULT_ENCODING
 hooks also.

Redirector.java
        outPrintStream = new PrintStream(outputStream);
        outPrintStream = new PrintStream(outputStream);
        errorPrintStream = new PrintStream(errorStream);
        errorPrintStream = new PrintStream(errorStream);

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to