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

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> 2012-03-15 
15:53:13 UTC ---
With what exact version of Java and what exact version of Tomcat are you
observing an error? Or it is just a theoretical speculation?  I assure you that
many people are using Tomcat 7 with Java 6.

It does not matter whether there are extra unused bytes in the bytes array,
because offset and length of the used part of the array are explicitly
specified in the call. The offset is always "0" and the length is provided by
variable named "offset" which counts the bytes that have been read into the
classBytes array.

I am closing this as INVALID, unless you can provide some evidence.

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