[
https://issues.apache.org/jira/browse/TIKA-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692229#comment-16692229
]
Hudson commented on TIKA-2784:
------------------------------
UNSTABLE: Integrated in Jenkins build tika-2.x-windows #351 (See
[https://builds.apache.org/job/tika-2.x-windows/351/])
TIKA-2784 -- MockParser should allow us to simulate a parser grabbing
(tallison: rev 536111459c780981b194f6ac159124be6bbffa3a)
* (edit) tika-core/src/test/java/org/apache/tika/parser/mock/MockParser.java
* (add) tika-server/src/test/resources/mock/testStaticStdOutErr.xml
* (edit)
tika-server/src/test/java/org/apache/tika/server/TikaServerIntegrationTest.java
> Add static grabbing of stdout/err to MockParser
> -----------------------------------------------
>
> Key: TIKA-2784
> URL: https://issues.apache.org/jira/browse/TIKA-2784
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Trivial
> Fix For: 2.0.0, 1.20
>
>
> MockParser allows us to simulate what happens when parsers write to
> stdout/stderr. In a few areas of our codebase, we try to redirect these in
> an attempt to make these safe for communication. Unless we can trust the
> parsers, communication over stdout/stderr is not safe.
> MockParser does not yet allow us to simulate a truly awful parser grabbing
> stdout/stderr during static initialization.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)