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

            Bug ID: 57290
           Summary: PermittedTaglibsTLV does not reject unspecified tags
                    in JSP Documents
           Product: Taglibs
           Version: 1.2.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Standard Taglib
          Assignee: dev@tomcat.apache.org
          Reporter: jboy...@apache.org

PermittedTaglibsTLV checks the XML view of a page to determine which tag
libraries are permitted to be used. It does this by examining the xmlns
declarations on the <jsp:root> element. This work for pages using standard JSP
format because all taglib directives are translated to declarations on that
root element. However, for JSP documents (.jspx XML files), the declarations
are left as xmlns declarations on nested elements and so are not detected.

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