[
https://issues.apache.org/jira/browse/TIKA-4032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721440#comment-17721440
]
Hudson commented on TIKA-4032:
------------------------------
FAILURE: Integrated in Jenkins build Tika » tika-main-jdk8 #1079 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/1079/])
TIKA-4032 -- look for embedded file name in eml in content-type param also.
(tallison:
[https://github.com/apache/tika/commit/bca173bd72aa40d5be0fd4164200779e9708885e])
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-mail-module/src/main/java/org/apache/tika/parser/mail/MailContentHandler.java
> Look for embedded file name in the content-type field in .eml files
> -------------------------------------------------------------------
>
> Key: TIKA-4032
> URL: https://issues.apache.org/jira/browse/TIKA-4032
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Minor
> Fix For: 2.8.0
>
>
> We had been looking for the embedded file name within rfc822/eml files in the
> content-disposition field. However, it can also appear in the content-type
> field with the parameter "name". If both appear, I think we should prefer
> the latter. However, we should try to get the attachment name from both
> locations.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)