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

[jira] Resolved: (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 ]

Bharath Ganesh resolved CXF-2581.
---------------------------------

    Resolution: Fixed

Identified and fixed all such occurrences on the trunk. 

> 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
>
> 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.