[jira] [Commented] (TIKA-3227) Allow Tika Server to skip embedded files through HTTP Header

2020-11-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230349#comment-17230349 ] Hudson commented on TIKA-3227: -- SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #4

[jira] [Commented] (TIKA-3227) Allow Tika Server to skip embedded files through HTTP Header

2020-11-11 Thread Hudson (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230337#comment-17230337 ] Hudson commented on TIKA-3227: -- UNSTABLE: Integrated in Jenkins build Tika » tika-branch1x-jd

[jira] [Created] (TIKA-3227) Allow Tika Server to skip embedded files through HTTP Header

2020-11-11 Thread Dave Meikle (Jira)
Dave Meikle created TIKA-3227: - Summary: Allow Tika Server to skip embedded files through HTTP Header Key: TIKA-3227 URL: https://issues.apache.org/jira/browse/TIKA-3227 Project: Tika Issue Type

[GitHub] [tika] PeterAlfredLee opened a new pull request #380: Add two testes for `OPCPackageDetector`

2020-11-11 Thread GitBox
PeterAlfredLee opened a new pull request #380: URL: https://github.com/apache/tika/pull/380 Add two test for method `OPCPackageDetector#detect` This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [tika] PeterAlfredLee opened a new pull request #382: Simplify some code in OPCPackageDetector#detect

2020-11-11 Thread GitBox
PeterAlfredLee opened a new pull request #382: URL: https://github.com/apache/tika/pull/382 1. Simpify catch statement in method `detect`. 2. Adjust some comment in method `detect`. This is an automated message from the Ap

[GitHub] [tika] PeterAlfredLee opened a new pull request #381: Replace two redundant methods in OPCPackageDetector

2020-11-11 Thread GitBox
PeterAlfredLee opened a new pull request #381: URL: https://github.com/apache/tika/pull/381 Remove two private methods : `closeQuietly(ZipFile)`, `closeQuietly(ZipEntrySource)`. Replace call with method `closeQuietly(Closeable)` from commons-compress. --

[GitHub] [tika] kkrugler commented on a change in pull request #379: Fix unecessary close

2020-11-11 Thread GitBox
kkrugler commented on a change in pull request #379: URL: https://github.com/apache/tika/pull/379#discussion_r521758824 ## File path: tika-core/src/test/java/org/apache/tika/config/ParamTest.java ## @@ -61,8 +61,6 @@ public void testSaveAndLoad() throws Exception {

[GitHub] [tika] lcc opened a new pull request #379: Fix unecessary close

2020-11-11 Thread GitBox
lcc opened a new pull request #379: URL: https://github.com/apache/tika/pull/379 Meaningless Close: In several classes, close(), specified in Closeable interface, has no effect and other methods in those classes can be called after close() without IOException. ---

[jira] [Commented] (TIKA-1735) Unsupported AutoCAD drawing version: AC1027

2020-11-11 Thread Nicholas DiPiazza (Jira)
[ https://issues.apache.org/jira/browse/TIKA-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230193#comment-17230193 ] Nicholas DiPiazza commented on TIKA-1735: - I took another look at this. Honestly,

[jira] [Updated] (TIKA-3226) Add custom connector endpoint

2020-11-11 Thread Nicholas DiPiazza (Jira)
[ https://issues.apache.org/jira/browse/TIKA-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicholas DiPiazza updated TIKA-3226: Description: Let's say you call the following api to parse a file and get its metadata and

[jira] [Created] (TIKA-3226) Add custom connector endpoint

2020-11-11 Thread Nicholas DiPiazza (Jira)
Nicholas DiPiazza created TIKA-3226: --- Summary: Add custom connector endpoint Key: TIKA-3226 URL: https://issues.apache.org/jira/browse/TIKA-3226 Project: Tika Issue Type: New Feature