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

            Bug ID: 62943
           Summary: Runtime error trying to set entity expansion limit
                    property
           Product: POI
           Version: 4.0.0-FINAL
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: anastasato...@gmail.com
  Target Milestone: ---

Created attachment 36274
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36274&action=edit
Error on org.apache.poi.ooxml.util.DocumentHelper.trySetXercesSecurityManager
for attribute http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit

Getting error in runtime (attached) trying to get an XSSFWorkbook on an
Weblogic deployment.
In trySetXercesSecurityManager it seems that the
com.sun.org.apache.xerces.internal.util.SecurityManager has been commented out.
This result on reach of line
dbf.setAttribute(POIXMLConstants.PROPERTY_ENTITY_EXPANSION_LIMIT, 1);
which results the error.

My setup : 
Weblogic 12.1.3
JDK 8

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

Reply via email to