[
https://issues.apache.org/jira/browse/TIKA-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Allison resolved TIKA-1673.
-------------------------------
Resolution: Fixed
r1688828
> Don't include source file name in embedded path with RecursiveParserWrapper
> ---------------------------------------------------------------------------
>
> Key: TIKA-1673
> URL: https://issues.apache.org/jira/browse/TIKA-1673
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Trivial
>
> The RecursiveParserWrapper has been including the source file in the embedded
> file path ("X-TIKA:embedded_resource_path"), as in
> "test_recursive.docx/embed1.zip/embed2.zip/embed3.zip/embed3.txt". If the
> client forgets to send in a file name or if a filename doesn't exist, then
> the RecursiveParserWrapper defaults to "embed-1", which is wrong.
> Let's drop the source file name from the path so that the above will be
> "/embed1.zip/embed2.zip/embed3.zip/embed3.txt".
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)