https://bz.apache.org/bugzilla/show_bug.cgi?id=68558
--- Comment #9 from John Engebretson <jeng...@amazon.com> --- Regarding #1: apologies, I was able to track down an invokeinterface that confused our primary tool. Specifically, a class calling HttpServletRequest.getMethod() on an instance of HttpServletRequestWrapper that could wrap: a) an instance of org.apache.catalina.connector.Request, b) another HttpServletRequestWrapper, or c) one of multiple custom subclasses. I agree that the value of Request.getMethod() is cached on MessageBytes and I'll fix the issue for our application by implementing local caching on a custom subclass. Regarding #3: I suspect the same problem as #1, and am certain that the same custom class can be modified to solve this problem. No Tomcat issues beyond what you've already fixed. Sorry for the noise! -- 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