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.