ASF Bugzilla – Attachment 9213 Details for
Bug 24863
permittedTaglibs.tld and scriptfree.tld do not validate in xml parser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
valid permittedTaglibs.tld
permittedTaglibs.tld (text/xml), 1.15 KB, created by
Richard Backhouse
on 2003-11-20 16:18:55 UTC
(
hide
)
Description:
valid permittedTaglibs.tld
Filename:
MIME Type:
Creator:
Richard Backhouse
Created:
2003-11-20 16:18:55 UTC
Size:
1.15 KB
patch
obsolete
><?xml version="1.0" encoding="UTF-8" ?> > ><taglib xmlns="http://java.sun.com/xml/ns/j2ee" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd" > version="2.0"> > > <description> > Restricts JSP pages to the JSTL tag libraries > </description> > <display-name>permittedTaglibs</display-name> > <tlib-version>1.1</tlib-version> > <short-name>permittedTaglibs</short-name> > <uri>http://jakarta.apache.org/taglibs/standard/permittedTaglibs</uri> > > <validator> > <validator-class> > javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV > </validator-class> > <init-param> > <description> > Whitespace-separated list of taglib URIs to permit. This example > TLD for the Standard Taglib allows only JSTL 'el' taglibs to be > imported. > </description> > <param-name>permittedTaglibs</param-name> > <param-value> > http://java.sun.com/jsp/jstl/core > http://java.sun.com/jsp/jstl/fmt > http://java.sun.com/jsp/jstl/sql > http://java.sun.com/jsp/jstl/xml > </param-value> > </init-param> > </validator> ></taglib>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 24863
: 9213 |
9214