You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/09/23 13:46:42 UTC

[tomcat] branch main updated: Schema update. New JSP property group sub-element.

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 7eedc51  Schema update. New JSP property group sub-element.
7eedc51 is described below

commit 7eedc518666ed754351c814b806a306a43a38e51
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 23 14:46:33 2021 +0100

    Schema update. New JSP property group sub-element.
---
 java/jakarta/servlet/resources/jsp_3_1.xsd | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/java/jakarta/servlet/resources/jsp_3_1.xsd b/java/jakarta/servlet/resources/jsp_3_1.xsd
index ad9fe71..4e896ca 100644
--- a/java/jakarta/servlet/resources/jsp_3_1.xsd
+++ b/java/jakarta/servlet/resources/jsp_3_1.xsd
@@ -152,6 +152,19 @@
           </xsd:documentation>
         </xsd:annotation>
       </xsd:element>
+      <xsd:element name="error-on-el-not-found"
+                   type="jakartaee:true-falseType"
+                   minOccurs="0">
+        <xsd:annotation>
+          <xsd:documentation>
+
+            Can be used to easily set the errorOnELNotFound
+            property of a group of JSP pages. By default, this
+            property is false.
+
+          </xsd:documentation>
+        </xsd:annotation>
+      </xsd:element>
       <xsd:element name="page-encoding"
                    type="jakartaee:string"
                    minOccurs="0">

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org