https://issues.apache.org/bugzilla/show_bug.cgi?id=55207
--- Comment #2 from Jeremy Boynes <jboy...@apache.org> --- Created attachment 30559 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30559&action=edit patch to reject on any element inside <jsp:text> There is an additional problem here in that the check is assuming the name of the <jsp:text> node is "jsp:text" - it does not allow for the case where a different prefix is being used. This applies to the current implementation as well where nested <foo:text><foo:text> will not error if foo: is the JSP namespace. Updated the check to use the type of the parent Node rather than the XML -- 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