Index: lams_tool_vote/web/WEB-INF/tlds/jstl/permittedTaglibs.tld
===================================================================
diff -u
--- lams_tool_vote/web/WEB-INF/tlds/jstl/permittedTaglibs.tld (revision 0)
+++ lams_tool_vote/web/WEB-INF/tlds/jstl/permittedTaglibs.tld (revision 0679fed05cebb1bfe51de566cd74fb175720825c)
@@ -0,0 +1,34 @@
+
+
+
+
+ Restricts JSP pages to the JSTL tag libraries
+
+ permittedTaglibs
+ 1.1
+ permittedTaglibs
+ http://jakarta.apache.org/taglibs/standard/permittedTaglibs
+
+
+
+ javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
+
+
+
+ Whitespace-separated list of taglib URIs to permit. This example
+ TLD for the Standard Taglib allows only JSTL 'el' taglibs to be
+ imported.
+
+ permittedTaglibs
+
+ 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
+
+
+
+
Index: lams_tool_vote/web/WEB-INF/tlds/jstl/scriptfree.tld
===================================================================
diff -u
--- lams_tool_vote/web/WEB-INF/tlds/jstl/scriptfree.tld (revision 0)
+++ lams_tool_vote/web/WEB-INF/tlds/jstl/scriptfree.tld (revision 0679fed05cebb1bfe51de566cd74fb175720825c)
@@ -0,0 +1,51 @@
+
+
+
+
+ Validates JSP pages to prohibit use of scripting elements.
+
+ 1.1
+ scriptfree
+ http://jakarta.apache.org/taglibs/standard/scriptfree
+
+
+
+ Validates prohibitions against scripting elements.
+
+
+ javax.servlet.jsp.jstl.tlv.ScriptFreeTLV
+
+
+
+ Controls whether or not declarations are considered valid.
+
+ allowDeclarations
+ false
+
+
+
+ Controls whether or not scriptlets are considered valid.
+
+ allowScriptlets
+ false
+
+
+
+ Controls whether or not top-level expressions are considered valid.
+
+ allowExpressions
+ false
+
+
+
+ Controls whether or not expressions used to supply request-time
+ attribute values are considered valid.
+
+ allowRTExpressions
+ false
+
+
+