You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/03/17 12:42:31 UTC

[Bug 60881] New: Throw exception for encrypted xlsb

https://bz.apache.org/bugzilla/show_bug.cgi?id=60881

            Bug ID: 60881
           Summary: Throw exception for encrypted xlsb
           Product: POI
           Version: 3.16-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: tallison@mitre.org
  Target Milestone: ---

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60881] Throw exception for encrypted xlsb

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60881

Tim Allison <ta...@mitre.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Tim Allison <ta...@mitre.org> ---
On further review, no need to throw an exception.  The same
encryption/decryption method that works with xlsx works with xlsb.  I added a
unit test with test file to confirm this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60881] Throw exception for encrypted xlsb

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60881

--- Comment #2 from Tim Allison <ta...@mitre.org> ---
r1787846

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60881] Throw exception for encrypted xlsb

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60881

--- Comment #5 from Tim Allison <ta...@mitre.org> ---
r1788133

Thank you, Javen.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60881] Throw exception for encrypted xlsb

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60881

--- Comment #3 from Tim Allison <ta...@mitre.org> ---
Broke the build with the new unit test. :( 

The test file requires unlimited jce.  I added an if clause that tests for
unlimited JCE; if no unlimited JCE, skip the test.

r1787890

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60881] Throw exception for encrypted xlsb

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60881

--- Comment #4 from Javen O'Neal <on...@apache.org> ---
Use org.junut.Assume.assumeTrue(condition) so that the test is marked as
skipped rather than passed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 60881] Throw exception for encrypted xlsb

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60881

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org