https://issues.apache.org/bugzilla/show_bug.cgi?id=56516

--- Comment #1 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Do you expect a variable to be declared each time when
VariableInfo.getDeclare() returns true?
When JSP java code is generated the java scriptlets are treated as opaque. One
does not analyze what curly braces you may have in that code.


Just a quick note:
The last attempt to review variables declaration (4 years ago with bug 42390
and bug 48616 ) was somewhat painful, with regressions and reverts.

For reference:
- See places that call javax.servlet.jsp.tagext.VariableInfo.getDeclare()
- r910792

Fortunately, we have test cases for 42390 and 48616 in trunk
(TestScriptingVariabler, bug42390.jsp, bug48616*.jsp).

-- 
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

Reply via email to