GitHub user pjfanning opened a pull request:

    https://github.com/apache/poi/pull/34

    Add strategy class for creating FakeZipEntry

    Relate to https://bz.apache.org/bugzilla/show_bug.cgi?id=59841
    I would like to be able to override the FakeZipEntry behaviour. This code 
is based on the POI TempFile creation strategy.
    The suggested solution for 59841 is to read the xlsx from file but I need 
to decrypt it and don't want to store the unencrypted data on disk.
    I have access to temp file class that uses keeps small data loads in memory 
and larger ones are pushed to disk but encrypted. I can create a custom 
FakeZipEntry that uses this class under the hood.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pjfanning/poi fake-zip-entry-strategy

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/poi/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #34
    
----
commit b3100ae0a42a08443fdda61e5cf8aa4899b94a45
Author: PJ Fanning <pj.fann...@workday.com>
Date:   2016-07-11T19:09:37Z

    Add strategy class for creating FakeZipEntry

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to