[
https://issues.apache.org/jira/browse/TIKA-4039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17731250#comment-17731250
]
Hudson commented on TIKA-4039:
------------------------------
SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk11 #1103 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk11/1103/])
TIKA-4039 (#1181) (github:
[https://github.com/apache/tika/commit/2d9daef859296cad877caf29ad7765c0709472d0])
* (edit) CHANGES.txt
* (edit)
tika-server/tika-server-standard/src/test/java/org/apache/tika/server/standard/UnpackerResourceTest.java
* (edit)
tika-server/tika-server-core/src/main/java/org/apache/tika/server/core/resource/UnpackerResource.java
> Allow users to set the maximum attachment size in the /unpack resource of
> tika-server
> -------------------------------------------------------------------------------------
>
> Key: TIKA-4039
> URL: https://issues.apache.org/jira/browse/TIKA-4039
> Project: Tika
> Issue Type: Improvement
> Components: config, parser
> Affects Versions: 2.7.0
> Reporter: Shay barak
> Assignee: Tim Allison
> Priority: Blocker
> Fix For: 2.8.1
>
> Attachments: tika-config.xml
>
>
> Adding the option to override the maximum bytes that Unrar parser can handle
> so I would not get the TikaMemoryLimitException.
> Wish to have the configuration to look like this:
> <parser class="org.apache.tika.parser.pkg.UnrarParser">
> <params>
> <param name="byteArrayMaxOverride"
> type="int">1000000000</param>
> </params>
> </parser>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)