https://issues.apache.org/bugzilla/show_bug.cgi?id=49297
--- Comment #8 from Mark Thomas <ma...@apache.org> 2010-11-12 08:45:02 EST --- The quote above along with some comments in the patch suggests an ambiguity in the spec. The JSP 2.2 language is quite clear: <quote> There shall be only one occurrence of any attribute/value pair defined by this directive in a given translation unit, unless the values for the duplicate attributes are identical for all occurrences. The import and pageEncoding attributes are exempt from this rule and can appear multiple times. Multiple uses of the import attribute are cumulative (with ordered set union semantics). The pageEncoding attribute can occur at most once per file (or a translation error will result), and applies only to the file in which it appears. </quote> -- 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