[
https://issues.apache.org/jira/browse/TIKA-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15936498#comment-15936498
]
Hudson commented on TIKA-2307:
------------------------------
SUCCESS: Integrated in Jenkins build tika-2.x-windows #182 (See
[https://builds.apache.org/job/tika-2.x-windows/182/])
TIKA-2307 (tallison: rev fcccda6ccb5388ff0433b3f19241493bcafcce20)
* (edit)
tika-parser-modules/tika-parser-package-module/src/main/java/org/apache/tika/parser/pkg/PackageParser.java
> Accidentally swallowing UnsupportedZipFeatureException in rare cases
> --------------------------------------------------------------------
>
> Key: TIKA-2307
> URL: https://issues.apache.org/jira/browse/TIKA-2307
> Project: Tika
> Issue Type: Bug
> Components: parser
> Reporter: Tim Allison
> Priority: Trivial
> Fix For: 2.0, 1.15
>
>
> It looks from this comment in the PackageParser that we mean to re-throw this
> exception, but we aren't.
> {noformat}
> catch (UnsupportedZipFeatureException zfe) {
> // If it's an encrypted document of unknown password, report as
> such
> if (zfe.getFeature() == Feature.ENCRYPTION) {
> throw new EncryptedDocumentException(zfe);
> }
> // Otherwise fall through to raise the exception as normal
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)