https://issues.apache.org/bugzilla/show_bug.cgi?id=50883
--- Comment #4 from Ashish <dashashishku...@gmail.com> 2011-03-09 08:39:38 EST --- Hi Mark sorry for sharing the information in multiple chunk. >From the org.apache.catalina.core.ApplicationDispatcher.java from the invoke method is there any chance that the following lines of code may not execute and we may be getting an ServletRequestWrapper object leading to the recursion. ApplicationDispatcher.java(Line No : 722 to 725) // Unwrap request/response if needed // See Bugzilla 30949 unwrapRequest(state); unwrapResponse(state); Thanks Ashish -- 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