[
https://issues.apache.org/jira/browse/TIKA-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17942310#comment-17942310
]
Hudson commented on TIKA-4403:
------------------------------
UNSTABLE: Integrated in Jenkins build Tika ยป tika-main-jdk17 #689 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk17/689/])
TIKA-4403 -- implement transferTo (tallison:
[https://github.com/apache/tika/commit/b072e5b11855e582dd0de9db73c103f3c5d24c91])
* (edit) tika-core/src/main/java/org/apache/tika/io/BoundedInputStream.java
> Implement transferTo in BoundedInputStream
> ------------------------------------------
>
> Key: TIKA-4403
> URL: https://issues.apache.org/jira/browse/TIKA-4403
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Minor
>
> When we're copying a temp file in TikaInputStream with a BoundedInputStream,
> we're getting an exception with mark() reset() because under the hood
> Files.copy is using {{transferTo}}. That transfers all the bytes and does not
> respect the bound.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)