https://issues.apache.org/bugzilla/show_bug.cgi?id=49101
Summary: All constants in tribes.transport.Constants are mutable 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 The "constant" fields in tribes.transport.Constants are defined as non-empty public static final byte arrays, so are not actually immutable. The _DATA fields only appear to be used in Arrays.equals method calls, so the array comparison could be moved to the Constants class. The _COMMAND fields are a bit more difficult to protect, but there could be a getter that returned a copy of the array. -- 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