Andreas Veithen created AXIOM-417:
-------------------------------------

             Summary: Optimize XMLStreamReaderUtils#getDataHandlerReader when 
used on a coalescing parser
                 Key: AXIOM-417
                 URL: https://issues.apache.org/jira/browse/AXIOM-417
             Project: Axiom
          Issue Type: Improvement
          Components: API
    Affects Versions: 1.2.13
            Reporter: Andreas Veithen
            Assignee: Andreas Veithen
            Priority: Minor
             Fix For: 1.2.14


If XMLStreamReaderUtils#getDataHandlerReader is used on an XMLStreamReader from 
a coalescing parser (either directly or indirectly via 
OMContainer#getStreamReaderWithoutCaching()), then the method will use 
XMLStreamReader#getText(), which means that the entire base64 encoded content 
will be read into memory before being decoded. However, the Woodstox specific 
XMLStreamReader2#getText(Reader, boolean) API could be used to avoid this. This 
can be achieved easily by leveraging the 
org.apache.axiom.ext.stax.CharacterDataReader API and the StAX dialect 
framework.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to