https://issues.apache.org/bugzilla/show_bug.cgi?id=45691
--- Comment #1 from Stefan Birkner <[EMAIL PROTECTED]> 2008-08-26 07:31:41 PST --- Created an attachment (id=22482) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22482) WAR of a test application to reproduce the bug Here is a WAR, which can be used to replay the bug. After installing the war, you have to start your tomcat and a debugger. Then do the following steps: * set a breakpoint on JspUtil.nextTemporaryVariableName() * open /duplicateVariableName/test1.jsp in your browser * your debugger stops at JspUtil.nextTemporaryVariableName() * resume the debugger * again your debugger stops at JspUtil.nextTemporaryVariableName() * open /duplicateVariableName/test2.jsp in your browser * your debugger stops at JspUtil.nextTemporaryVariableName() * switch to the thread of /duplicateVariableName/test1.jsp * resume the debugger * the browser window of /duplicateVariableName/test1.jsp shows the error -- 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]