You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2019/07/01 14:59:00 UTC

[jira] [Created] (CXF-8065) Stop using static factories in StaxUtils

Colm O hEigeartaigh created CXF-8065:
----------------------------------------

             Summary: Stop using static factories in StaxUtils
                 Key: CXF-8065
                 URL: https://issues.apache.org/jira/browse/CXF-8065
             Project: CXF
          Issue Type: Improvement
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: 3.3.3


This task is to stop using static XMLInputFactory/XMLOutputFactory instances in StaxUtils for security reasons and to instead rely on a parser pool, which is keyed off the ClassLoader. This has an impact on StaxUtils.setInnerElementLevelThreshold / setInnerElementCountThreshold which will be deprecated and will no longer have any effect.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)