DefaultExecutor javadocs don't specify Thread interrupt behavior
----------------------------------------------------------------

                 Key: EXEC-58
                 URL: https://issues.apache.org/jira/browse/EXEC-58
             Project: Commons Exec
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: David Tombs
            Priority: Minor


The synchronous DefaultExecutor.execute() Javadocs don't specify what happens 
if the blocked thread is interrupt()ed.

Reading the source, it seems that the Process will be killed and the method 
will return.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to