[ https://issues.apache.org/jira/browse/TIKA-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17943247#comment-17943247 ]
Hudson commented on TIKA-4403: ------------------------------ SUCCESS: Integrated in Jenkins build Tika ยป tika-branch_3x-jdk11 #2018 (See [https://ci-builds.apache.org/job/Tika/job/tika-branch_3x-jdk11/2018/]) TIKA-4403 -- implement transferTo (tallison: [https://github.com/apache/tika/commit/b8904c0604383310470ec56a1d7257fa7bce9c64]) * (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 > Fix For: 4.0.0, 3.1.1 > > > 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)