[
https://issues.apache.org/jira/browse/CXF-7280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh updated CXF-7280:
-------------------------------------
Fix Version/s: 3.1.11
3.2.0
> Avoid unnecessary string allocation in IOUtils::toString
> --------------------------------------------------------
>
> Key: CXF-7280
> URL: https://issues.apache.org/jira/browse/CXF-7280
> Project: CXF
> Issue Type: Improvement
> Reporter: Steven Crockett
> Assignee: Colm O hEigeartaigh
> Priority: Trivial
> Fix For: 3.2.0, 3.1.11
>
>
> When buidling up the string representation, currently the array of read
> characters is copied into a string before being appended to the string
> buffer. With a stringbuilder it can take a char array and copy directly into
> it's internal buffer, avoiding the intermediate string.
> *first contribution to this, or any Apache project, so not sure if this needs
> to be categorised better.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)