https://issues.apache.org/bugzilla/show_bug.cgi?id=50147
Summary: [static] is not a valid Java identifier Product: Tomcat 7 Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Jasper AssignedTo: dev@tomcat.apache.org ReportedBy: gl...@abv.bg I have this in a jsp: <c:url value="/static" var="static" /> On tomcat 7.0.0 it is fine, but I tried running it on 7.0.4, and I'm getting: [static] is not a valid Java identifier I don't think this should be verified, because after all these are request attributes, so they do not collide with java keywords. Same goes for "class": [class] is not a valid Java identifier (Btw, 7.0.4 is not in the version list in bugzilla) -- 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