You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2010/01/08 18:44:54 UTC

[jira] Updated: (CXF-2581) Improper toString of Arrays during logging

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

Daniel Kulp updated CXF-2581:
-----------------------------

    Fix Version/s: 2.2.6
                   2.1.9

> Improper toString of Arrays during logging
> ------------------------------------------
>
>                 Key: CXF-2581
>                 URL: https://issues.apache.org/jira/browse/CXF-2581
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Bharath Ganesh
>            Assignee: Bharath Ganesh
>            Priority: Minor
>             Fix For: 2.1.9, 2.2.6
>
>
> During logging, we invoke toString on an array, which will generate junk result. This is happening at a number of places in the codebase.
> A possible fix could be invoking Arrays.toString to convert the array into a readable String that gives the contents of the array.
> Some places identified are:
> org.apache.cxf.endpoint.ClientImpl Line 445
> org.apache.cxf.tools.corba.idlepreprocessor.DefaultIncludeResolver line 67
> org.apache.cxf.transport.http.HTTPConduit Line 410,411, 1381,1382

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