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

Shawn Jiang <genspr...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #10 from Shawn Jiang <genspr...@gmail.com> 2010-11-14 02:18:15 EST 
---
Thank Mark, The fix works like a charm with pageDirective, but we should
include the same logic for tag Directive according to the spec.  

Per JSP.8.5.1 The tag Directive

"The tag directive is similar to the page directive, but applies to tag files
instead
of JSPs. Like the page directive, a translation unit can contain more than one
instance of the tag directive, all the attributes will apply to the complete
translation unit (i.e. tag directives are position independent). There shall be
only one occurrence of any attribute/value 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). Other such multiple
attribute/value (re)definitions result in a fatal translation error if the
values do not match."

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

Reply via email to