https://issues.apache.org/bugzilla/show_bug.cgi?id=49526
Summary: c:set does not remove variables from ELContext VariableMapper Product: Taglibs Version: 1.2.0 Platform: PC Status: NEW Severity: normal Priority: P2 Component: Standard Taglib AssignedTo: dev@tomcat.apache.org ReportedBy: jboy...@apache.org The sequence <c:set var="hello" value="hello"/> <c:set var="x" value="#{hello}"/> <c:set var="x" value="world"/> <c:out value="${x}"/> generates "hello" rather than "world" The commented out code at SetSupport#138 appears to be needed. -- 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