You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2008/05/10 15:17:55 UTC

[jira] Updated: (CXF-1580) CXF uses unpredictable string constructor

     [ https://issues.apache.org/jira/browse/CXF-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies updated CXF-1580:
----------------------------------

    Attachment: stringprobs.html

I taught pmd to notice these, and here's a list.


> CXF uses unpredictable string constructor
> -----------------------------------------
>
>                 Key: CXF-1580
>                 URL: https://issues.apache.org/jira/browse/CXF-1580
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Benson Margulies
>         Attachments: stringprobs.html
>
>
> CXF uses String(byte[], start, length), which uses the current default encoding, which could be anything. There are examples in 
> CachedOutputStream. We need a PMD rule for this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.