aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/util/DocumentHelper.java
Commit message (Expand)AuthorAgeFilesLines
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-183/+0
* Bug 61564: Try to get rid of the Java 9 illegal access warning now that we ru...Dominik Stadler2017-10-041-2/+7
* Fix some compilation warningsDominik Stadler2016-12-301-0/+3
* Sonar issues: Mark two places where we catch Error/Throwable as "On purpose"Dominik Stadler2016-12-191-3/+2
* #57031 - Out of Memory when extracting text from attached filesAndreas Beeker2016-03-091-4/+55
* Use the default XmlOptions for all the invocations of the XmlBeans XML parsingDominik Stadler2015-10-171-1/+1
* Swap Exception for Throwable, to skip a wider range of problems (eg GAE) when...Nick Burch2015-01-081-2/+2
* Add Dominik's suggestion to DocumentBuilderFactories. I also removed the setX...Uwe Schindler2014-08-181-2/+5
* More cleanups for bug #56814 and some more external entity leaks of #56164Uwe Schindler2014-08-131-5/+67
* Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-0/+60