https://bz.apache.org/bugzilla/show_bug.cgi?id=62148
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.10.4 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Stefan Bodewig <[email protected]> --- I just now realized I misread your bug report. The err/out streams must not be null and I've changed the code to actually verify that. For the threads themselves it probably is a good idea to null-check them, even though they will never be null in any realistic setting. Both changes are inside the 1.9.x and master branches now. -- You are receiving this mail because: You are the assignee for the bug.
