[tomcat] branch 7.0.x updated: Fix typo

2021-04-13 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 402eb6b  Fix typo
402eb6b is described below

commit 402eb6bd2d9b3fafe434f858304898b51b9b85e4
Author: Christopher Schultz 
AuthorDate: Tue Apr 13 14:03:22 2021 -0400

Fix typo
---
 webapps/docs/manager-howto.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/manager-howto.xml b/webapps/docs/manager-howto.xml
index 6b03e00..32d537f 100644
--- a/webapps/docs/manager-howto.xml
+++ b/webapps/docs/manager-howto.xml
@@ -1017,7 +1017,7 @@ on each of deployed web applications will be 
available.
 
   
   
-The JXMProxyServlet also supports a "get" command that you can use to
+The JMXProxyServlet also supports a "get" command that you can use to
 fetch the value of a specific MBean's attribute. The general form of
 the get command is:
   

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



[tomcat] branch 7.0.x updated: Fix typo. Thanks to Rob Sargent.

2021-03-16 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new c13bb79  Fix typo. Thanks to Rob Sargent.
c13bb79 is described below

commit c13bb793246793f5a779afeffdbc9c50559fe223
Author: Mark Thomas 
AuthorDate: Tue Mar 16 08:14:42 2021 +

Fix typo. Thanks to Rob Sargent.
---
 webapps/docs/logging.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml
index cf3396b..3ba9691 100644
--- a/webapps/docs/logging.xml
+++ b/webapps/docs/logging.xml
@@ -77,12 +77,12 @@
 
 
 
-  The logging frameworks used by different web applications run 
independently
-  of each other. See class loading
-  for more details.
-  The exception to this rule is java.util.logging, if it used
-  directly or indirectly by your logging library. That is because it is 
loaded
-  by the system and is shared across web applications.
+  The logging frameworks used by different web applications are 
independent.
+  See class loading for more details.
+  The exception to this rule is java.util.logging. If it is
+  used directly or indirectly by your logging library then elements of it
+  will be shared across web applications because it is loaded by the system
+  class loader.
 
 
 


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



[tomcat] branch 7.0.x updated: Fix typo

2020-11-17 Thread violetagg
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 1d51a13  Fix typo
1d51a13 is described below

commit 1d51a13382291313d6558ed68d72e1842bc5bda7
Author: Violeta Georgieva [VMware] 
AuthorDate: Tue Nov 17 17:54:16 2020 +0200

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 4e6b6f2..f36af42 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -98,7 +98,7 @@
   
 Fix processing of URIs with %nn encoded solidus characters when
 encodedSolidusHandling was set to passthrough
-and the encoded solidus was preceeded by other %nn encoded characters.
+and the encoded solidus was preceded by other %nn encoded characters.
 Based on a pull request by willmeck. (markt)
   
   


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



[tomcat] branch 7.0.x updated: Fix typo

2020-10-30 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new dfda626  Fix typo
dfda626 is described below

commit dfda6269f19b3a75dae6294a6dcb779e63a1e36a
Author: Mark Thomas 
AuthorDate: Fri Oct 30 12:49:49 2020 +

Fix typo
---
 java/org/apache/catalina/startup/LocalStrings_es.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/startup/LocalStrings_es.properties 
b/java/org/apache/catalina/startup/LocalStrings_es.properties
index 74582a1..2188386 100644
--- a/java/org/apache/catalina/startup/LocalStrings_es.properties
+++ b/java/org/apache/catalina/startup/LocalStrings_es.properties
@@ -127,7 +127,7 @@ userConfig.deploy=Despliegue de la aplicación web para el 
usuario [{0}]
 userConfig.deploying=Desplegando aplicaciones web para el usuario
 userConfig.error=Error durante el despliegue de la aplicación web para el 
usario [{0}]
 userConfig.start="UserConfig": Procesando "START"
-userConfig.stop="UserConfig": Tratamiento del "STOP":q
+userConfig.stop="UserConfig": Tratamiento del "STOP"
 
 versionLoggerListener.arg=Command line argument: {0}
 versionLoggerListener.catalina.base=CATALINA_BASE: {0}


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



[tomcat] branch 7.0.x updated: Fix typo

2020-10-15 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 8cd6c13  Fix typo
8cd6c13 is described below

commit 8cd6c130c6c40442a6b55e8bfad7584ddf0b423d
Author: Mark Thomas 
AuthorDate: Thu Oct 15 09:52:31 2020 +0100

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c23ba40..e20a9f8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -84,7 +84,7 @@
 detection code. (markt)
   
   
-64805: Correct imports used by JMXPorxyServlet.
+64805: Correct imports used by JMXProxyServlet.
 (markt)
   
 


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



[tomcat] branch 7.0.x updated: Fix typo

2020-10-15 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 8cd6c13  Fix typo
8cd6c13 is described below

commit 8cd6c130c6c40442a6b55e8bfad7584ddf0b423d
Author: Mark Thomas 
AuthorDate: Thu Oct 15 09:52:31 2020 +0100

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c23ba40..e20a9f8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -84,7 +84,7 @@
 detection code. (markt)
   
   
-64805: Correct imports used by JMXPorxyServlet.
+64805: Correct imports used by JMXProxyServlet.
 (markt)
   
 


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



[tomcat] branch 7.0.x updated: Fix typo

2020-10-15 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 8cd6c13  Fix typo
8cd6c13 is described below

commit 8cd6c130c6c40442a6b55e8bfad7584ddf0b423d
Author: Mark Thomas 
AuthorDate: Thu Oct 15 09:52:31 2020 +0100

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index c23ba40..e20a9f8 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -84,7 +84,7 @@
 detection code. (markt)
   
   
-64805: Correct imports used by JMXPorxyServlet.
+64805: Correct imports used by JMXProxyServlet.
 (markt)
   
 


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



[tomcat] branch 7.0.x updated: Fix typo

2020-08-17 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new a3c53ef  Fix typo
a3c53ef is described below

commit a3c53efdb74edb95ecaecc1b240c99a1cf6fff7d
Author: 康智冬 
AuthorDate: Mon Aug 17 20:53:18 2020 +0800

Fix typo

Fix typo
---
 java/org/apache/catalina/startup/EngineConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/startup/EngineConfig.java 
b/java/org/apache/catalina/startup/EngineConfig.java
index 9861feb..ec7da36 100644
--- a/java/org/apache/catalina/startup/EngineConfig.java
+++ b/java/org/apache/catalina/startup/EngineConfig.java
@@ -29,7 +29,7 @@ import org.apache.tomcat.util.res.StringManager;
 
 
 /**
- * Startup event listener for a Engine that configures the properties
+ * Startup event listener for an Engine that configures the properties
  * of that Engine, and the associated defined contexts.
  *
  * @author Craig R. McClanahan


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



[tomcat] branch 7.0.x updated: Fix typo

2020-08-02 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new f82d9f2  Fix typo
f82d9f2 is described below

commit f82d9f262ea8fbdc518551c1342355bebb451ee5
Author: Mark Thomas 
AuthorDate: Sun Aug 2 20:30:23 2020 +0200

Fix typo
---
 RELEASE-NOTES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ebf045c..29f043f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -173,7 +173,7 @@ to web applications, these features are disabled by default.
 
 To enable and configure CGI support, please see the cgi-howto.html page.
 
-To enable and configue SSI support, please see the ssi-howto.html page.
+To enable and configure SSI support, please see the ssi-howto.html page.
 
 
 ==


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



[tomcat] branch 7.0.x updated: Fix typo

2020-04-22 Thread csutherl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 666af21  Fix typo
666af21 is described below

commit 666af217f229358f6f7874513b6c3e3ab4249356
Author: Coty Sutherland 
AuthorDate: Wed Apr 22 15:02:19 2020 -0400

Fix typo
---
 conf/catalina.policy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/catalina.policy b/conf/catalina.policy
index 4168720..3e16824 100644
--- a/conf/catalina.policy
+++ b/conf/catalina.policy
@@ -39,7 +39,7 @@ grant codeBase "file:${java.home}/jre/lib/ext/-" {
 permission java.security.AllPermission;
 };
 
-// These permissions apply to javac when ${java.home] points at $JAVA_HOME/jre
+// These permissions apply to javac when ${java.home} points at $JAVA_HOME/jre
 grant codeBase "file:${java.home}/../lib/-" {
 permission java.security.AllPermission;
 };


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



[tomcat] branch 7.0.x updated: Fix typo

2020-04-15 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new a88690d  Fix typo
a88690d is described below

commit a88690da4f71ac788fb996e23ab3297476538c8b
Author: Mark Thomas 
AuthorDate: Wed Apr 15 10:08:39 2020 +0100

Fix typo
---
 .../tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java 
b/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java
index 6b89035..e9af34f 100644
--- 
a/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java
+++ 
b/test/org/apache/tomcat/websocket/TestWsWebSocketContainerGetOpenSessions.java
@@ -53,7 +53,7 @@ import org.apache.tomcat.websocket.server.WsContextListener;
  *
  * Each test uses 2 client endpoint and 2 server endpoints with each client
  * connecting to each server for a total of four connections (note sometimes
- * the two clients and/or the two servers will be the sam)e.
+ * the two clients and/or the two servers will be the same).
  */
 public class TestWsWebSocketContainerGetOpenSessions extends WebSocketBaseTest 
{
 


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



[tomcat] branch 7.0.x updated: Fix typo. Better test coverage.

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 2def975  Fix typo. Better test coverage.
2def975 is described below

commit 2def975f83ac639846c438857e2cd43dfc66c737
Author: Mark Thomas 
AuthorDate: Fri Apr 3 18:54:03 2020 +0100

Fix typo. Better test coverage.
---
 test/org/apache/tomcat/util/res/TestStringManager.java | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/test/org/apache/tomcat/util/res/TestStringManager.java 
b/test/org/apache/tomcat/util/res/TestStringManager.java
index 7caeead..97959ab 100644
--- a/test/org/apache/tomcat/util/res/TestStringManager.java
+++ b/test/org/apache/tomcat/util/res/TestStringManager.java
@@ -53,9 +53,17 @@ public class TestStringManager {
 }
 
 @Test
-public void testMissing() {
+public void testMissingWithTccl() {
 
Thread.currentThread().setContextClassLoader(TestStringManager.class.getClassLoader());
-StringManager sm = StringManager.getManager("org.does.no.exist");
+StringManager sm = StringManager.getManager("org.does.not.exist");
+Assert.assertNull(sm.getLocale());
+}
+
+
+@Test
+public void testMissingNullTccl() {
+Thread.currentThread().setContextClassLoader(null);
+StringManager sm = StringManager.getManager("org.does.not.exist");
 Assert.assertNull(sm.getLocale());
 }
 


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



[tomcat] branch 7.0.x updated: Fix typo

2020-04-03 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new e73925c  Fix typo
e73925c is described below

commit e73925ca3c26dbf1c049609e2bb8c7e544a41e11
Author: Mark Thomas 
AuthorDate: Fri Apr 3 12:23:52 2020 +0100

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index dc99f88..79e9f9f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -73,7 +73,7 @@
   
   
 64265: Fix ETag comparison performed by the default servlet.
-The default servley always uses weak comparison. (markt)
+The default servlet always uses weak comparison. (markt)
   
   
 Add support for default values when using ${...} property


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



[tomcat] branch 7.0.x updated: Fix typo

2020-03-10 Thread violetagg
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 73a7ef7  Fix typo
73a7ef7 is described below

commit 73a7ef76e8d0b9e2db631da90362a72ec9538c7c
Author: Violeta Georgieva 
AuthorDate: Tue Mar 10 15:47:01 2020 +0200

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 9430d7d..ada2d32 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -141,7 +141,7 @@
 Tomcat. Contributions provided by B. Cansmile Cha. (markt)
   
   
-64190: Add support for specifing milliseconds (using
+64190: Add support for specifying milliseconds (using
 S, SS or SSS) in the timestamp
 used by JULI's OneLineFormatter. (markt)
   


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



[tomcat] branch 7.0.x updated: Fix typo. Patch by Michael Schieder.

2020-03-04 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 08415fd  Fix typo. Patch by Michael Schieder.
08415fd is described below

commit 08415fdaafd2657f0843dd8f6092c77022c03418
Author: Mark Thomas 
AuthorDate: Wed Mar 4 18:48:18 2020 +

Fix typo. Patch by Michael Schieder.
---
 java/org/apache/catalina/valves/LocalStrings_de.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/valves/LocalStrings_de.properties 
b/java/org/apache/catalina/valves/LocalStrings_de.properties
index 87f3816..c0fde3f 100644
--- a/java/org/apache/catalina/valves/LocalStrings_de.properties
+++ b/java/org/apache/catalina/valves/LocalStrings_de.properties
@@ -24,7 +24,7 @@ errorReportValve.unknownReason=Unbekannter Grund
 
 http.401.reason=Unautorisiert
 http.402.desc=Dieser Status-Code ist für eine zukünftige Nutzung reserviert
-http.403.desc=Der Server hat die Anfrage verstanden, verbietet aber eine 
Autoriesierung.
+http.403.desc=Der Server hat die Anfrage verstanden, verbietet aber eine 
Autorisierung.
 http.404.reason=nicht gefunden
 http.406.reason=Nicht annehmbar
 http.407.reason=Authentisierung für Proxy benötigt


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



[tomcat] branch 7.0.x updated: Fix typo

2020-02-07 Thread violetagg
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 8f09ca7  Fix typo
8f09ca7 is described below

commit 8f09ca7726882743929c192fb4ac1c620438f34e
Author: Violeta Georgieva 
AuthorDate: Sat Feb 8 08:35:23 2020 +0200

Fix typo

Fixes having an issue number are sorted by their number, ascending.
---
 webapps/docs/changelog.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 3270a7d..2a4a3c4 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -66,6 +66,10 @@
 Avoid useless environment restore when not using GSSCredential
 in JNDIRealm. (remm)
   
+  
+58577: Respect the argument-count when searching for MBean
+operations to invoke via the JMXProxyServlet. (schultz)
+  
   
 62755: Add ability to opt out of adding the default web.xml
 config when embedding Tomcat and adding a context via
@@ -106,10 +110,6 @@
 Do not throw a NullPointerException when an MBean or operation cannot
 be found by the JMXProxyServlet. (schultz)
   
-  
-58577: Respect the argument-count when searching for MBean
-operations to invoke via the JMXProxyServlet. (schultz)
-  
   
 Refactor recycle facade system property into a new connector attribute
 named discardFacades. (remm)
@@ -157,7 +157,7 @@
   
   
 Add a new attribute, allowedRequestAttributesPattern to
-the AJP/1.3 Connector. Requests with unreconised attributes will be
+the AJP/1.3 Connector. Requests with unrecognised attributes will be
 blocked with a 403. (markt)
   
 


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



[tomcat] branch 7.0.x updated: Fix typo

2020-02-05 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new c7803ee  Fix typo
c7803ee is described below

commit c7803ee7ab5795f865d9b4cac121710b30097c1d
Author: Mark Thomas 
AuthorDate: Wed Feb 5 21:21:34 2020 +

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 4adc3f1..2f29dee 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -188,7 +188,7 @@
 
   
 64000: In the examples web application, where a Servlet
-example includes ii18n support, the Locale used should be based on the
+example includes i18n support, the Locale used should be based on the
 request locale and not the server locale. (markt)
   
 


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



[tomcat] branch 7.0.x updated: Fix typo spotted by kkolinko

2019-12-10 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new f90a915  Fix typo spotted by kkolinko
f90a915 is described below

commit f90a91562dbb5c75b064d444a06564ef5bd7e896
Author: Mark Thomas 
AuthorDate: Tue Dec 10 15:20:27 2019 +

Fix typo spotted by kkolinko
---
 bin/daemon.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/daemon.sh b/bin/daemon.sh
index 288f58b..b5aa0c9 100755
--- a/bin/daemon.sh
+++ b/bin/daemon.sh
@@ -228,7 +228,7 @@ case "$1" in
   -classpath "\"$CLASSPATH\"" \
   "\"$LOGGING_CONFIG\"" "$JAVA_OPTS" "$CATALINA_OPTS" \
   -D$ENDORSED_PROP="\"$JAVA_ENDORSED_DIRS\"" \
-  -Dcatalina.base="\"$CATALINA_BASE"\" \
+  -Dcatalina.base="\"$CATALINA_BASE\"" \
   -Dcatalina.home="\"$CATALINA_HOME\"" \
   -Djava.io.tmpdir="\"$CATALINA_TMP\"" \
   $CATALINA_MAIN


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



[tomcat] branch 7.0.x updated: Fix typo

2019-12-10 Thread violetagg
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new dac29f9  Fix typo
dac29f9 is described below

commit dac29f904b15f3068b5ebbeb18a14954119eec96
Author: Violeta Georgieva 
AuthorDate: Tue Dec 10 13:52:02 2019 +0200

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 997d773..1d43ebd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -77,7 +77,7 @@
   
 63939: Correct the same origin check in the CORS filter. An
 origin with an explicit default port is now considered to be the same 
as
-an origin without a deafult port and origins are now compared in a
+an origin without a default port and origins are now compared in a
 case-sensitive manner as required by the CORS specification. (markt)
   
   


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



[tomcat] branch 7.0.x updated: Fix typo

2019-10-16 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new af963c6  Fix typo
af963c6 is described below

commit af963c65d6692dcfd09be688ffc4f6eb671b8cc9
Author: Mark Thomas 
AuthorDate: Wed Oct 16 13:38:04 2019 +0100

Fix typo
---
 test/org/apache/catalina/core/TestAsyncContextStateChanges.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/catalina/core/TestAsyncContextStateChanges.java 
b/test/org/apache/catalina/core/TestAsyncContextStateChanges.java
index 836af28..b9fce86 100644
--- a/test/org/apache/catalina/core/TestAsyncContextStateChanges.java
+++ b/test/org/apache/catalina/core/TestAsyncContextStateChanges.java
@@ -63,7 +63,7 @@ public class TestAsyncContextStateChanges extends 
TomcatBaseTest {
 if (endTiming == EndTiming.THREAD_BEFORE_EXIT && 
asyncEnd.isError()) {
 // Skip these tests for Tomcat 7 as they deadlock due to
 // the write on the non-container thread being unable to
-// progress until Servlet.service() exists since both
+// progress until Servlet.service() exits since both
 // require a lock on the socket.
 // Note: Connector refactoring in 8.5.x onwards has removed
 //   this limitation


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



[tomcat] branch 7.0.x updated: Fix typo

2019-10-07 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 0034a18  Fix typo
0034a18 is described below

commit 0034a181c8e7a5434130007156fdbfcb1cdbcedd
Author: Mark Thomas 
AuthorDate: Mon Oct 7 14:48:12 2019 +0100

Fix typo
---
 webapps/docs/changelog.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 60e5188..21b38f2 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -156,7 +156,7 @@
   
 63781: When performing various checks related to the
 visibility of classes, fields an methods in the EL implementation, also
-check that the containing modeul has been exported. (markt)
+check that the containing module has been exported. (markt)
   
 
   


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



[tomcat] branch 7.0.x updated: Fix typo

2019-09-16 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 3e1fc1d  Fix typo
3e1fc1d is described below

commit 3e1fc1d27a08475ad5ecfeeb5a93d78eef2ef83c
Author: Mark Thomas 
AuthorDate: Mon Sep 16 19:19:16 2019 +0100

Fix typo
---
 java/org/apache/tomcat/buildutil/SignCode.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/buildutil/SignCode.java 
b/java/org/apache/tomcat/buildutil/SignCode.java
index 20b6bed..a1d1955 100644
--- a/java/org/apache/tomcat/buildutil/SignCode.java
+++ b/java/org/apache/tomcat/buildutil/SignCode.java
@@ -208,7 +208,7 @@ public class SignCode extends Task {
 SOAPConnectionFactory soapConnectionFactory = 
SOAPConnectionFactory.newInstance();
 SOAPConnection connection = soapConnectionFactory.createConnection();
 
-log("Sending singing request to server and waiting for response");
+log("Sending signing request to server and waiting for response");
 SOAPMessage response = connection.call(message, SIGNING_SERVICE_URL);
 
 if (debug) {


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



[tomcat] branch 7.0.x updated: Fix typo in StringManager class javadoc

2019-09-12 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new dcc59b0  Fix typo in StringManager class javadoc
dcc59b0 is described below

commit dcc59b0177885e1bf391bd3a1e74ac81eb89cd66
Author: Carter Kozak 
AuthorDate: Wed Sep 11 14:44:37 2019 -0700

Fix typo in StringManager class javadoc

s/formating/formatting
---
 java/org/apache/tomcat/util/res/StringManager.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/res/StringManager.java 
b/java/org/apache/tomcat/util/res/StringManager.java
index 596cc40..dc3c551 100644
--- a/java/org/apache/tomcat/util/res/StringManager.java
+++ b/java/org/apache/tomcat/util/res/StringManager.java
@@ -28,7 +28,7 @@ import java.util.ResourceBundle;
 /**
  * An internationalization / localization helper class which reduces
  * the bother of handling ResourceBundles and takes care of the
- * common cases of message formating which otherwise require the
+ * common cases of message formatting which otherwise require the
  * creation of Object arrays and such.
  *
  * The StringManager operates on a package basis. One StringManager


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



[tomcat] branch 7.0.x updated: Fix typo

2019-09-09 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 141c2e7  Fix typo
141c2e7 is described below

commit 141c2e76b1af4030b3c9bb52982b3775ce9adf88
Author: Mark Thomas 
AuthorDate: Mon Sep 9 11:19:39 2019 +0100

Fix typo
---
 java/org/apache/coyote/AbstractProtocol.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/coyote/AbstractProtocol.java 
b/java/org/apache/coyote/AbstractProtocol.java
index 4ced5f9..bbbf090 100644
--- a/java/org/apache/coyote/AbstractProtocol.java
+++ b/java/org/apache/coyote/AbstractProtocol.java
@@ -547,7 +547,6 @@ public abstract class AbstractProtocol implements 
ProtocolHandler,
 if (oname != null) {
 Registry.getRegistry(null, null).unregisterComponent(oname);
 }
-}
 
 if (tpOname != null)
 Registry.getRegistry(null, null).unregisterComponent(tpOname);


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



[tomcat] branch 7.0.x updated: Fix typo in error message

2019-07-29 Thread markt
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 77b92a2  Fix typo in error message
77b92a2 is described below

commit 77b92a2f38c1e29579c368d6fc29a3f786e749d5
Author: Mark Thomas 
AuthorDate: Mon Jul 29 10:24:04 2019 +0100

Fix typo in error message
---
 res/tomcat.nsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/tomcat.nsi b/res/tomcat.nsi
index 511c734..58d6d57 100644
--- a/res/tomcat.nsi
+++ b/res/tomcat.nsi
@@ -373,7 +373,7 @@ Section -post
   StrCmp $0 "0" SetPermissionsOk
 FileWrite $ServiceInstallLog "Install failed (setting file permissions): 
$0 $1$\r$\n"
 MessageBox MB_YESNO|MB_ICONSTOP \
-  "Failed to set file permisisons.$\r$\nCheck your settings and 
permissions.$\r$\nIgnore and continue anyway (not recommended)?" \
+  "Failed to set file permissions.$\r$\nCheck your settings and 
permissions.$\r$\nIgnore and continue anyway (not recommended)?" \
   /SD IDNO IDYES SetPermissionsOk
   Quit
   SetPermissionsOk:


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



[tomcat] branch 7.0.x updated: Fix typo

2019-07-09 Thread violetagg
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/7.0.x by this push:
 new 09baa65  Fix typo
09baa65 is described below

commit 09baa6527a6021c7c7b3a40d2464d91b450e3bf7
Author: Violeta Georgieva 
AuthorDate: Tue Jul 9 20:28:30 2019 +0300

Fix typo

Fixes having an issue number are sorted by their number, ascending.
---
 webapps/docs/changelog.xml | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index b2d9092..e002955 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -152,7 +152,7 @@
   
   
 Fix to avoid the possibility of long poll times for individual pollers
-when using mutliple pollers with APR. (markt)
+when using multiple pollers with APR. (markt)
   
   
 Refactor the fix for 63205 so it only applies when using
@@ -211,6 +211,14 @@
   
   
 
+  
+55969: Tighten up the security of the Apache Tomcat
+installation created by the Windows installer. Change the default
+shutdown port used by the Windows installer from 8005 to
+-1 (disabled). Limit access to the chosen installation
+directory to local administrators, Local System and Local Service.
+(markt)
+  
   
 59871: Add a property (timeFormat) to
 JULI's OneLineFormatter to enable the format of the
@@ -245,14 +253,6 @@
 Windows installer for the Windows service from Local 
System
 to the lower privileged Local Service. (markt)
   
-  
-55969: Tighten up the security of the Apache Tomcat
-installation created by the Windows installer. Change the default
-shutdown port used by the Windows installer from 8005 to
--1 (disabled). Limit access to the chosen installation
-directory to local administrators, Local System and Local Service.
-(markt)
-  
 
   
 


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