You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2013/01/14 18:16:12 UTC

[jira] [Created] (SANTUARIO-351) Remove ThreadLocal storage from OutputStreams

Colm O hEigeartaigh created SANTUARIO-351:
---------------------------------------------

             Summary: Remove ThreadLocal storage from OutputStreams
                 Key: SANTUARIO-351
                 URL: https://issues.apache.org/jira/browse/SANTUARIO-351
             Project: Santuario
          Issue Type: Bug
          Components: Java
    Affects Versions: Java 1.5.3
            Reporter: Colm O hEigeartaigh
            Assignee: Colm O hEigeartaigh
             Fix For: Java 1.5.4, Java 2.0.0



This task is to remove ThreadLocal storage from the UnsyncBufferedOutputStream and UnsyncByteArrayOutputStream, and just use new byte[X] instead. There seems little benefit to ThreadLocals here, particularly as the local byte[] is being removed on close anyway. See here for a downstream problem on Glassfish:

https://issues.apache.org/jira/browse/WSS-419

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira