https://issues.apache.org/bugzilla/show_bug.cgi?id=51730
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Mark Thomas <[email protected]> 2011-08-29 18:19:06 UTC --- This looks like a JVM bug. You'll need to produce a simple test case (that doesn't use Tomcat) and report it to Oracle. Trying to call the isAllowedBase() method using reflection should be enough to trigger the issue. That the problem goes away when the method is renamed from isXXX to getXXX strongly suggests a JVM bug. I have traced the differences in behaviour to sun.reflect.Reflection.getClassAccessFlags(). I am afraid there is nothing we can do in Tomcat to address this. -- 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: [email protected] For additional commands, e-mail: [email protected]
