| Commit message (Expand) | Author | Age | Files | Lines |
* | #57031 - Out of Memory when extracting text from attached files | Andreas Beeker | 2016-03-09 | 2 | -2/+5 |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 2 | -6/+11 |
* | #58597: Fix tests to not do setAccessible(), add some doPrivileged, too. | Uwe Schindler | 2015-11-11 | 1 | -6/+3 |
* | Add some more tests for the checks for files that can cause large memory usage. | Dominik Stadler | 2015-11-08 | 1 | -1/+112 |
* | extended forbidden-apis-check to ooxml-tests | Andreas Beeker | 2015-11-05 | 1 | -33/+63 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 1 | -8/+10 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -77/+70 |
* | * Adjust reported text when a Zip-Bomb is detected to allow to quickly see wh... | Dominik Stadler | 2015-08-19 | 1 | -2/+3 |
* | Bug 56479: don't hardcode dcterms as namespace alias in the attribute, but ex... | Dominik Stadler | 2015-08-11 | 2 | -1/+55 |
* | Open file read-only in test to avoid making it dirty during running unit tests | Dominik Stadler | 2015-06-28 | 1 | -2/+2 |
* | Fix test to find the exception-text in all cases | Dominik Stadler | 2015-06-24 | 1 | -16/+26 |
* | show full exception stack-trace if zip-bomb detection test fails | Dominik Stadler | 2015-06-24 | 1 | -5/+13 |
* | Bug 56865 - Limit number of bytes (by counting them) while opening office docs | Andreas Beeker | 2015-06-23 | 2 | -39/+179 |
* | More missing core properties unit tests, covering read-write without checks, ... | Nick Burch | 2015-02-28 | 1 | -7/+18 |
* | Unit tests for OPC handling of files without a Core Properties part | Nick Burch | 2015-02-23 | 1 | -0/+81 |
* | Add missing close() of resources in both production code and tests | Dominik Stadler | 2014-12-28 | 4 | -113/+166 |
* | Test from Tim to include PropertyList in poi-ooxml-schemas | Nick Burch | 2014-11-08 | 1 | -0/+19 |
* | More cleanups for bug #56814 and some more external entity leaks of #56164 | Uwe Schindler | 2014-08-13 | 1 | -2/+1 |
* | Fix bug #56814 - Switch from dom4j to JAXP | Uwe Schindler | 2014-08-12 | 1 | -39/+33 |
* | Patch from Raúl Wegmann from bug #56735 / GitHub Pull #10 - Rationalise POI ... | Nick Burch | 2014-07-24 | 1 | -3/+3 |
* | Two more test files from Stefan Kopf for bug #56164, and unit tests which use... | Nick Burch | 2014-04-24 | 2 | -3/+75 |
* | Another content types test, for #55026 | Nick Burch | 2014-02-20 | 1 | -2/+24 |
* | Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper | Nick Burch | 2014-02-19 | 1 | -8/+16 |
* | Complete support for OOXML content types with parameters, including parts of ... | Nick Burch | 2014-02-19 | 1 | -14/+20 |
* | Begin to implement some of the tests and logic for content types with paramet... | Nick Burch | 2014-02-19 | 1 | -4/+71 |
* | Stub out the unit tests needed for bug #55026, and add the sample file from that | Nick Burch | 2013-05-29 | 1 | -0/+19 |
* | Where possible, allow fetching of the size of the OPC Package Part (-1 if not) | Nick Burch | 2013-05-15 | 1 | -0/+30 |
* | Improve the number of steps when generating an ID of a new relationship, and ... | Nick Burch | 2013-02-04 | 1 | -0/+19 |
* | Bug #53282 - Avoid exception when parsing OPC relationships with non-breaking... | Yegor Kozlov | 2012-10-29 | 1 | -0/+29 |
* | Bug #53374 Avoid exceptions when parsing hyperlinks of type 'javascript://' | Yegor Kozlov | 2012-10-26 | 1 | -1/+9 |
* | Bugzilla 52211 - avoid unnessary re-coverting content types to US-ASCII, it c... | Yegor Kozlov | 2012-10-04 | 1 | -1/+3 |
* | Bugzilla 51780 - support replacement of content types in OPC packages | Yegor Kozlov | 2012-02-29 | 1 | -6/+20 |
* | Fix bug #52540 - Relax the M4.1 constraint on reading OOXML files, as some Of... | Nick Burch | 2012-01-30 | 1 | -9/+27 |
* | Add a disabled test for bug #51850, and tweak the OPC package exceptions to m... | Nick Burch | 2011-09-22 | 1 | -3/+3 |
* | 51187 - fixed OPCPackage to correctly handle self references | Yegor Kozlov | 2011-08-11 | 2 | -1/+35 |
* | Bug 51444 - Prevent corrupted output when saving files created by LibreOffic... | Yegor Kozlov | 2011-06-30 | 1 | -0/+17 |
* | Bug 51374 - Fixed incorrect setting of lastPrinted OOXML core property | Yegor Kozlov | 2011-06-15 | 1 | -0/+57 |
* | bug 51265: Enhanced Handling of Picture Parts in XWPF | Yegor Kozlov | 2011-06-01 | 1 | -2/+21 |
* | allow white spaces and unicode in OPC relationship targets, see Bugzilla 50154 | Yegor Kozlov | 2010-11-17 | 2 | -1/+87 |
* | added ZipFileAssert, this file was in the original OpenXML4J package but wasn... | Yegor Kozlov | 2010-09-04 | 2 | -41/+202 |
* | close OPC package before assertion, otherwise the test fails on Win7 (unix-ba... | Yegor Kozlov | 2010-08-06 | 1 | -1/+2 |
* | Improve handling and warnings when closing OPCPackage objects | Nick Burch | 2010-08-04 | 1 | -0/+59 |
* | Fixed locale-sensitive formatters in PackagePropertiesPart, see Bugzilla 49138 | Yegor Kozlov | 2010-04-20 | 1 | -0/+3 |
* | removed log4j calls from ooxml tests, also fixed misc bugs discovered when im... | Yegor Kozlov | 2009-11-16 | 4 | -12/+17 |
* | reduced the number of compiler warnings generated by JDK 1.6.13 with -Xlint | Yegor Kozlov | 2009-10-04 | 1 | -1/+1 |
* | removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla... | Yegor Kozlov | 2009-09-13 | 16 | -0/+0 |
* | moved all test data to a top-level directory, refactored all junit usages of ... | Yegor Kozlov | 2009-08-23 | 21 | -7/+9 |
* | Fixed compiler warnings - unnecessary throws declaration | Josh Micich | 2009-08-18 | 1 | -36/+30 |
* | Fixed unused imports compiler warnings (and some others) | Josh Micich | 2009-08-18 | 1 | -20/+17 |
* | fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bu... | Yegor Kozlov | 2009-07-24 | 2 | -22/+37 |