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/07 23:42:54 UTC

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

    [ https://issues.apache.org/jira/browse/CXF-2581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12797818#action_12797818 ] 

Daniel Kulp commented on CXF-2581:
----------------------------------

Bharath,  is with your commits and such, is this now considered resolved?



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