https://issues.apache.org/bugzilla/show_bug.cgi?id=50023
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-10-05 20:34:35 EDT --- As c.tld says about the <c:redirect> JSTL tag: <tag> <description> Redirects to a new URL. </description> <name>redirect</name> (...) <attribute> <name>context</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> It says <rtexprvalue>true</rtexprvalue>, which means that the attribute is evaluated at runtime and is not a constant value. Thus the current Tomcat code is correct. -- 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