You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/10/12 17:35:00 UTC

[jira] [Updated] (TIKA-3873) Add a metadata value for encrypted documents

     [ https://issues.apache.org/jira/browse/TIKA-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Allison updated TIKA-3873:
------------------------------
    Description: 
We're currently throwing an EncryptedDocument exception for files that have encryption when no password is supplied.  It would be cleaner for some use cases to add a flag in the metadata that the file is encrypted.

Currently, users have to catch the exception and/or look for it in the primary document and in each embedded file.  

  was:
We're currently throwing an EncryptedDocument exception for files that have encryption when no password is supplied.  It would be cleaner for some use cases to add a flag in the metadata that the file is encrypted.

Currently, users have to catch the exception and/or look for it in the primary document and in each embedded files.  


> Add a metadata value for encrypted documents
> --------------------------------------------
>
>                 Key: TIKA-3873
>                 URL: https://issues.apache.org/jira/browse/TIKA-3873
>             Project: Tika
>          Issue Type: Task
>            Reporter: Tim Allison
>            Priority: Major
>
> We're currently throwing an EncryptedDocument exception for files that have encryption when no password is supplied.  It would be cleaner for some use cases to add a flag in the metadata that the file is encrypted.
> Currently, users have to catch the exception and/or look for it in the primary document and in each embedded file.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)