https://issues.apache.org/bugzilla/show_bug.cgi?id=47017
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Mark Thomas <[email protected]> 2009-04-14 12:17:00 PST --- Both issues above have the same root cause. Something somewhere called setRequest() on the wrapped request and passed in the same wrapped request setting up the infinite loop. I've double checked the Tomcat code and it doesn't do this so it looks like either an application issue or a framework issue. I'd like to throw an IAE if an app does this but unfortunately, the spec doesn't allow it. -- 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]
