https://issues.apache.org/bugzilla/show_bug.cgi?id=49125

           Summary: toString on byte[] array probably is not correct
           Product: Tomcat 7
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: s...@apache.org


Two examples of using toString() on a byte[] array, which is unlikely to
produce the desired output:

ha.deploy.FileMessageFactory.writeMessage()
log message uses toString on msg.getData() which is a byte[] array

coyote.ajp.AjpMessage.dump
use toString on "msg" which is of type byte[]

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to