Re: [tomcat] 01/06: Fix the typos in the XML schemas

2022-09-28 Thread Mark Thomas

On 28/09/2022 12:52, ebo...@apache.org wrote:

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

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

commit 2609b760e969cdbd096816fac65dd4a97cdc585c
Author: Emmanuel Bourg 
AuthorDate: Wed Sep 28 13:20:59 2022 +0200

 Fix the typos in the XML schemas


-1. Veto. The changes to the following files MUST be reverted. We are 
not permitted (by ASF policy) to modify EPL and/or CDDL licensed files.



  java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd| 4 ++--
  java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd | 4 ++--
  java/jakarta/servlet/resources/javaee_web_services_1_2.xsd   | 2 +-
  java/jakarta/servlet/resources/javaee_web_services_1_3.xsd   | 2 +-
  java/jakarta/servlet/resources/javaee_web_services_1_4.xsd   | 2 +-
  java/jakarta/servlet/resources/javaee_web_services_client_1_2.xsd| 2 +-
  java/jakarta/servlet/resources/javaee_web_services_client_1_3.xsd| 2 +-
  java/jakarta/servlet/resources/javaee_web_services_client_1_4.xsd| 2 +-
  java/jakarta/servlet/resources/jsp_3_0.xsd   | 2 +-
  java/jakarta/servlet/resources/jsp_3_1.xsd   | 2 +-
  java/jakarta/servlet/resources/web-app_3_0.xsd   | 2 +-
  java/jakarta/servlet/resources/web-app_3_1.xsd   | 2 +-
  java/jakarta/servlet/resources/web-app_4_0.xsd   | 2 +-
  java/jakarta/servlet/resources/web-app_5_0.xsd   | 2 +-
  java/jakarta/servlet/resources/web-app_6_0.xsd   | 2 +-
  java/jakarta/servlet/resources/web-fragment_3_0.xsd  | 2 +-
  java/jakarta/servlet/resources/web-fragment_3_1.xsd  | 2 +-
  java/jakarta/servlet/resources/web-fragment_4_0.xsd  | 2 +-
  java/jakarta/servlet/resources/web-fragment_5_0.xsd  | 2 +-
  java/jakarta/servlet/resources/web-fragment_6_0.xsd  | 2 +-
  java/jakarta/servlet/resources/web-jsptaglibrary_3_0.xsd | 4 ++--
  java/jakarta/servlet/resources/web-jsptaglibrary_3_1.xsd | 4 ++--


Mark

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



[tomcat] 01/06: Fix the typos in the XML schemas

2022-09-28 Thread ebourg
This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit ad7b58a80aca18c684491f724b9444bbf434d955
Author: Emmanuel Bourg 
AuthorDate: Wed Sep 28 13:20:59 2022 +0200

Fix the typos in the XML schemas

enpoint -> endpoint
expressable -> expressible
interaces   -> interfaces
mulitple-> multiple
occurence   -> occurrence
prefered-> preferred
refered -> referred
varaible-> variable
---
 java/javax/servlet/jsp/resources/jspxml.xsd | 2 +-
 java/javax/servlet/resources/javaee_web_services_1_2.xsd| 2 +-
 java/javax/servlet/resources/javaee_web_services_1_3.xsd| 2 +-
 java/javax/servlet/resources/javaee_web_services_1_4.xsd| 2 +-
 java/javax/servlet/resources/javaee_web_services_client_1_2.xsd | 2 +-
 java/javax/servlet/resources/javaee_web_services_client_1_3.xsd | 2 +-
 java/javax/servlet/resources/javaee_web_services_client_1_4.xsd | 2 +-
 java/javax/servlet/resources/jsp_2_1.xsd| 2 +-
 java/javax/servlet/resources/web-app_3_0.xsd| 2 +-
 java/javax/servlet/resources/web-app_3_1.xsd| 2 +-
 java/javax/servlet/resources/web-fragment_3_0.xsd   | 2 +-
 java/javax/servlet/resources/web-fragment_3_1.xsd   | 2 +-
 java/javax/servlet/resources/web-jsptaglibrary_2_1.xsd  | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/java/javax/servlet/jsp/resources/jspxml.xsd 
b/java/javax/servlet/jsp/resources/jspxml.xsd
index 0e5eba0b36..1634d208d9 100644
--- a/java/javax/servlet/jsp/resources/jspxml.xsd
+++ b/java/javax/servlet/jsp/resources/jspxml.xsd
@@ -414,7 +414,7 @@
 jsp:useBean action or a custom action with an associated
 VariableInfo entry for this name.
 
-Exact valid combinations are not expressable in XML Schema.
+Exact valid combinations are not expressible in XML Schema.
 They are:
 
 name="Identifier" property="*"
diff --git a/java/javax/servlet/resources/javaee_web_services_1_2.xsd 
b/java/javax/servlet/resources/javaee_web_services_1_2.xsd
index 43914742ff..ec5540dd6c 100644
--- a/java/javax/servlet/resources/javaee_web_services_1_2.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_1_2.xsd
@@ -336,7 +336,7 @@
   com.wombat.empl.EmployeeService
 
   This may not be specified in case there is no Service
-  Enpoint Interface as is the case with directly using an
+  Endpoint Interface as is the case with directly using an
   implementation class with the @WebService annotation.
 
   When the port component is a Provider implementation
diff --git a/java/javax/servlet/resources/javaee_web_services_1_3.xsd 
b/java/javax/servlet/resources/javaee_web_services_1_3.xsd
index d69d723e1d..71d4b33f73 100644
--- a/java/javax/servlet/resources/javaee_web_services_1_3.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_1_3.xsd
@@ -332,7 +332,7 @@
   com.wombat.empl.EmployeeService
 
 This may not be specified in case there is no Service
-Enpoint Interface as is the case with directly using an
+Endpoint Interface as is the case with directly using an
 implementation class with the @WebService annotation.
 
 When the port component is a Provider implementation
diff --git a/java/javax/servlet/resources/javaee_web_services_1_4.xsd 
b/java/javax/servlet/resources/javaee_web_services_1_4.xsd
index e32c5b7d0c..032e6b7492 100644
--- a/java/javax/servlet/resources/javaee_web_services_1_4.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_1_4.xsd
@@ -332,7 +332,7 @@
   com.wombat.empl.EmployeeService
 
 This may not be specified in case there is no Service
-Enpoint Interface as is the case with directly using an
+Endpoint Interface as is the case with directly using an
 implementation class with the @WebService annotation.
 
 When the port component is a Provider implementation
diff --git a/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd 
b/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd
index e95308a0a8..e32af449b3 100644
--- a/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd
@@ -260,7 +260,7 @@
   
 
 The service-qname element declares the specific WSDL service
-element that is being refered to.  It is not specified if no
+element that is being referred to.  It is not specified if no
 wsdl-file is declared.
 
   
diff --git a/java/javax/servlet/resources/javaee_web_services_client_1_3.xsd 

[tomcat] 01/06: Fix the typos in the XML schemas

2022-09-28 Thread ebourg
This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 4cab8699492fbb0c79b61e0dc00469cf63b06ea1
Author: Emmanuel Bourg 
AuthorDate: Wed Sep 28 13:20:59 2022 +0200

Fix the typos in the XML schemas

enpoint -> endpoint
expressable -> expressible
interaces   -> interfaces
mulitple-> multiple
occurence   -> occurrence
prefered-> preferred
refered -> referred
varaible-> variable
---
 java/javax/servlet/jsp/resources/jspxml.xsd | 2 +-
 java/javax/servlet/resources/javaee_web_services_1_2.xsd| 2 +-
 java/javax/servlet/resources/javaee_web_services_1_3.xsd| 2 +-
 java/javax/servlet/resources/javaee_web_services_1_4.xsd| 2 +-
 java/javax/servlet/resources/javaee_web_services_client_1_2.xsd | 2 +-
 java/javax/servlet/resources/javaee_web_services_client_1_3.xsd | 2 +-
 java/javax/servlet/resources/javaee_web_services_client_1_4.xsd | 2 +-
 java/javax/servlet/resources/web-app_3_0.xsd| 2 +-
 java/javax/servlet/resources/web-app_3_1.xsd| 2 +-
 java/javax/servlet/resources/web-app_4_0.xsd| 2 +-
 java/javax/servlet/resources/web-fragment_3_0.xsd   | 2 +-
 java/javax/servlet/resources/web-fragment_3_1.xsd   | 2 +-
 java/javax/servlet/resources/web-fragment_4_0.xsd   | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/java/javax/servlet/jsp/resources/jspxml.xsd 
b/java/javax/servlet/jsp/resources/jspxml.xsd
index 0e5eba0b36..1634d208d9 100644
--- a/java/javax/servlet/jsp/resources/jspxml.xsd
+++ b/java/javax/servlet/jsp/resources/jspxml.xsd
@@ -414,7 +414,7 @@
 jsp:useBean action or a custom action with an associated
 VariableInfo entry for this name.
 
-Exact valid combinations are not expressable in XML Schema.
+Exact valid combinations are not expressible in XML Schema.
 They are:
 
 name="Identifier" property="*"
diff --git a/java/javax/servlet/resources/javaee_web_services_1_2.xsd 
b/java/javax/servlet/resources/javaee_web_services_1_2.xsd
index 43914742ff..ec5540dd6c 100644
--- a/java/javax/servlet/resources/javaee_web_services_1_2.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_1_2.xsd
@@ -336,7 +336,7 @@
   com.wombat.empl.EmployeeService
 
   This may not be specified in case there is no Service
-  Enpoint Interface as is the case with directly using an
+  Endpoint Interface as is the case with directly using an
   implementation class with the @WebService annotation.
 
   When the port component is a Provider implementation
diff --git a/java/javax/servlet/resources/javaee_web_services_1_3.xsd 
b/java/javax/servlet/resources/javaee_web_services_1_3.xsd
index d69d723e1d..71d4b33f73 100644
--- a/java/javax/servlet/resources/javaee_web_services_1_3.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_1_3.xsd
@@ -332,7 +332,7 @@
   com.wombat.empl.EmployeeService
 
 This may not be specified in case there is no Service
-Enpoint Interface as is the case with directly using an
+Endpoint Interface as is the case with directly using an
 implementation class with the @WebService annotation.
 
 When the port component is a Provider implementation
diff --git a/java/javax/servlet/resources/javaee_web_services_1_4.xsd 
b/java/javax/servlet/resources/javaee_web_services_1_4.xsd
index e32c5b7d0c..032e6b7492 100644
--- a/java/javax/servlet/resources/javaee_web_services_1_4.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_1_4.xsd
@@ -332,7 +332,7 @@
   com.wombat.empl.EmployeeService
 
 This may not be specified in case there is no Service
-Enpoint Interface as is the case with directly using an
+Endpoint Interface as is the case with directly using an
 implementation class with the @WebService annotation.
 
 When the port component is a Provider implementation
diff --git a/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd 
b/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd
index e95308a0a8..e32af449b3 100644
--- a/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd
+++ b/java/javax/servlet/resources/javaee_web_services_client_1_2.xsd
@@ -260,7 +260,7 @@
   
 
 The service-qname element declares the specific WSDL service
-element that is being refered to.  It is not specified if no
+element that is being referred to.  It is not specified if no
 wsdl-file is declared.
 
   
diff --git a/java/javax/servlet/resources/javaee_web_services_client_1_3.xsd 

[tomcat] 01/06: Fix the typos in the XML schemas

2022-09-28 Thread ebourg
This is an automated email from the ASF dual-hosted git repository.

ebourg pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 43c66d94fa71cec746d6a4018194ee40fc6f2248
Author: Emmanuel Bourg 
AuthorDate: Wed Sep 28 13:20:59 2022 +0200

Fix the typos in the XML schemas

enpoint -> endpoint
expressable -> expressible
interaces   -> interfaces
mulitple-> multiple
occurence   -> occurrence
prefered-> preferred
refered -> referred
varaible-> variable
---
 java/jakarta/servlet/jsp/resources/jspxml.xsd| 2 +-
 java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd| 4 ++--
 java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd | 4 ++--
 java/jakarta/servlet/resources/javaee_web_services_1_2.xsd   | 2 +-
 java/jakarta/servlet/resources/javaee_web_services_1_3.xsd   | 2 +-
 java/jakarta/servlet/resources/javaee_web_services_1_4.xsd   | 2 +-
 java/jakarta/servlet/resources/javaee_web_services_client_1_2.xsd| 2 +-
 java/jakarta/servlet/resources/javaee_web_services_client_1_3.xsd| 2 +-
 java/jakarta/servlet/resources/javaee_web_services_client_1_4.xsd| 2 +-
 java/jakarta/servlet/resources/jsp_3_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_3_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_3_1.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_4_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_5_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-fragment_3_0.xsd  | 2 +-
 java/jakarta/servlet/resources/web-fragment_3_1.xsd  | 2 +-
 java/jakarta/servlet/resources/web-fragment_4_0.xsd  | 2 +-
 java/jakarta/servlet/resources/web-fragment_5_0.xsd  | 2 +-
 java/jakarta/servlet/resources/web-jsptaglibrary_3_0.xsd | 4 ++--
 19 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/java/jakarta/servlet/jsp/resources/jspxml.xsd 
b/java/jakarta/servlet/jsp/resources/jspxml.xsd
index 0e5eba0b36..1634d208d9 100644
--- a/java/jakarta/servlet/jsp/resources/jspxml.xsd
+++ b/java/jakarta/servlet/jsp/resources/jspxml.xsd
@@ -414,7 +414,7 @@
 jsp:useBean action or a custom action with an associated
 VariableInfo entry for this name.
 
-Exact valid combinations are not expressable in XML Schema.
+Exact valid combinations are not expressible in XML Schema.
 They are:
 
 name="Identifier" property="*"
diff --git a/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd 
b/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
index 9f5716b32f..c9963a7540 100644
--- a/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
+++ b/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
@@ -303,7 +303,7 @@
   com.wombat.empl.EmployeeService
 
 This may not be specified in case there is no Service
-Enpoint Interface as is the case with directly using an
+Endpoint Interface as is the case with directly using an
 implementation class with the @WebService annotation.
 
 When the port component is a Provider implementation
@@ -464,7 +464,7 @@
   
 
 The jaxrpc-mapping-file element contains the name of a file that
-describes the Jakarta XML RPC mapping between the Java interaces 
used by
+describes the Jakarta XML RPC mapping between the Java interfaces 
used by
 the application and the WSDL description in the wsdl-file.  The
 file name is a relative path within the module.
 
diff --git 
a/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd 
b/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd
index dd01c6f5a3..5547d5e50a 100644
--- a/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd
+++ b/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd
@@ -122,7 +122,7 @@
   
 
 The jaxrpc-mapping-file element contains the name of a file that
-describes the Jakarta XML RPC mapping between the Java interaces 
used by
+describes the Jakarta XML RPC mapping between the Java interfaces 
used by
 the application and the WSDL description in the wsdl-file.  The
 file name is a relative path within the module file.
 
@@ -140,7 +140,7 @@
   
 
 The service-qname element declares the specific WSDL service
-element that is being refered to.  It is not specified if no
+element that is being referred to.  It is not specified if no
 wsdl-file is declared.
 
   
diff --git a/java/jakarta/servlet/resources/javaee_web_services_1_2.xsd 

[tomcat] 01/06: Fix the typos in the XML schemas

2022-09-28 Thread ebourg
This is an automated email from the ASF dual-hosted git repository.

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

commit 2609b760e969cdbd096816fac65dd4a97cdc585c
Author: Emmanuel Bourg 
AuthorDate: Wed Sep 28 13:20:59 2022 +0200

Fix the typos in the XML schemas

enpoint -> endpoint
expressable -> expressible
interaces   -> interfaces
mulitple-> multiple
occurence   -> occurrence
prefered-> preferred
refered -> referred
varaible-> variable
---
 java/jakarta/servlet/jsp/resources/jspxml.xsd| 2 +-
 java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd| 4 ++--
 java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd | 4 ++--
 java/jakarta/servlet/resources/javaee_web_services_1_2.xsd   | 2 +-
 java/jakarta/servlet/resources/javaee_web_services_1_3.xsd   | 2 +-
 java/jakarta/servlet/resources/javaee_web_services_1_4.xsd   | 2 +-
 java/jakarta/servlet/resources/javaee_web_services_client_1_2.xsd| 2 +-
 java/jakarta/servlet/resources/javaee_web_services_client_1_3.xsd| 2 +-
 java/jakarta/servlet/resources/javaee_web_services_client_1_4.xsd| 2 +-
 java/jakarta/servlet/resources/jsp_3_0.xsd   | 2 +-
 java/jakarta/servlet/resources/jsp_3_1.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_3_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_3_1.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_4_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_5_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-app_6_0.xsd   | 2 +-
 java/jakarta/servlet/resources/web-fragment_3_0.xsd  | 2 +-
 java/jakarta/servlet/resources/web-fragment_3_1.xsd  | 2 +-
 java/jakarta/servlet/resources/web-fragment_4_0.xsd  | 2 +-
 java/jakarta/servlet/resources/web-fragment_5_0.xsd  | 2 +-
 java/jakarta/servlet/resources/web-fragment_6_0.xsd  | 2 +-
 java/jakarta/servlet/resources/web-jsptaglibrary_3_0.xsd | 4 ++--
 java/jakarta/servlet/resources/web-jsptaglibrary_3_1.xsd | 4 ++--
 23 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/java/jakarta/servlet/jsp/resources/jspxml.xsd 
b/java/jakarta/servlet/jsp/resources/jspxml.xsd
index 4cad6bb2bc..d93c6156e6 100644
--- a/java/jakarta/servlet/jsp/resources/jspxml.xsd
+++ b/java/jakarta/servlet/jsp/resources/jspxml.xsd
@@ -415,7 +415,7 @@
 jsp:useBean action or a custom action with an associated
 VariableInfo entry for this name.
 
-Exact valid combinations are not expressable in XML Schema.
+Exact valid combinations are not expressible in XML Schema.
 They are:
 
 name="Identifier" property="*"
diff --git a/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd 
b/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
index 9f5716b32f..c9963a7540 100644
--- a/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
+++ b/java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
@@ -303,7 +303,7 @@
   com.wombat.empl.EmployeeService
 
 This may not be specified in case there is no Service
-Enpoint Interface as is the case with directly using an
+Endpoint Interface as is the case with directly using an
 implementation class with the @WebService annotation.
 
 When the port component is a Provider implementation
@@ -464,7 +464,7 @@
   
 
 The jaxrpc-mapping-file element contains the name of a file that
-describes the Jakarta XML RPC mapping between the Java interaces 
used by
+describes the Jakarta XML RPC mapping between the Java interfaces 
used by
 the application and the WSDL description in the wsdl-file.  The
 file name is a relative path within the module.
 
diff --git 
a/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd 
b/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd
index dd01c6f5a3..5547d5e50a 100644
--- a/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd
+++ b/java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd
@@ -122,7 +122,7 @@
   
 
 The jaxrpc-mapping-file element contains the name of a file that
-describes the Jakarta XML RPC mapping between the Java interaces 
used by
+describes the Jakarta XML RPC mapping between the Java interfaces 
used by
 the application and the WSDL description in the wsdl-file.  The
 file name is a relative path within the module file.
 
@@ -140,7 +140,7 @@
   
 
 The service-qname element declares the specific