(tomcat) branch 8.5.x updated: Fix typo

2024-02-02 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 745815f9f7b7948f60eda9a186f72dd2a90f5687
Author: Christopher Schultz 
AuthorDate: Fri Feb 2 14:54:50 2024 -0500

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 e44b6c2d2d..e4d17b67a6 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -990,7 +990,7 @@
   
   
 66524 Correct eviction ordering in WebResource cache to
-by LRU as intended. (schultz)
+be LRU as intended. (schultz)
   
   
 Use server.xml to reduce the default value of


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



(tomcat) branch 8.5.x updated: Fix typo

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

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


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

commit 2a04744c13341c43f90274abe2558464115f7d32
Author: Mark Thomas 
AuthorDate: Mon Jan 15 13:32:45 2024 +

Fix typo
---
 java/org/apache/catalina/ssi/ResponseIncludeWrapper.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java 
b/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
index 3410a82c7a..1a59760f91 100644
--- a/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
+++ b/java/org/apache/catalina/ssi/ResponseIncludeWrapper.java
@@ -87,7 +87,7 @@ public class ResponseIncludeWrapper extends 
HttpServletResponseWrapper {
 
 
 /**
- * Return a printwriter, throws and exception if an OutputStream already 
been returned.
+ * Return a printwriter, throws an exception if an OutputStream already 
been returned.
  *
  * @return a PrintWriter object
  *
@@ -108,7 +108,7 @@ public class ResponseIncludeWrapper extends 
HttpServletResponseWrapper {
 
 
 /**
- * Return an OutputStream, throws and exception if a printwriter already 
been returned.
+ * Return an OutputStream, throws an exception if a printwriter already 
been returned.
  *
  * @return an OutputStream object
  *


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



(tomcat) branch 8.5.x updated: Fix typo

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

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


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

commit 1f8dcddc80ff65acef100f6e4ee8e3cac8ed1f98
Author: Mark Thomas 
AuthorDate: Thu Jan 4 16:22:25 2024 +

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 8e9990dc64..3a34b21477 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -161,7 +161,7 @@
 
   
 Background processes should not be run concurrently with lifecycle
-oprations of a container. (remm)
+operations of a container. (remm)
   
   
 Correct unintended escaping of XML in some WebDAV responses. The XML


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



(tomcat) branch 8.5.x updated: Fix typo

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

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


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

commit 48564f582b4a58365d1fd753ae832ef40321c70f
Author: Mark Thomas 
AuthorDate: Sat Dec 23 13:30:26 2023 +

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 e610b2bdf2..462a848a8e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -3470,7 +3470,7 @@
   
 Ensure that the ReadListener's onError() 
event
 is triggered if the client closes the connection before sending the
-entire request body and the server is ready the request body using
+entire request body and the server is reading the request body using
 non-blocking I/O. (markt)
   
   


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit fb3fdbb8677b29d16d010289661b3d46329b055d
Author: Mark Thomas 
AuthorDate: Wed Oct 11 09:41:18 2023 -0300

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 96559a7fe6..af3449284b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -116,7 +116,7 @@
   
 
   
-67664: Correct a regression in the clean-up of unencessary
+67664: Correct a regression in the clean-up of unnecessary
 use of fully qualified class names in 8.5.94 that broke the jdbc-pool.
 (markt)
   


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



[tomcat] branch 8.5.x updated: Fix typo.

2023-08-09 Thread lihan
This is an automated email from the ASF dual-hosted git repository.

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


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

commit fd416efaa5b78cf6de5d97ba8a62ddd0a31e9339
Author: lihan 
AuthorDate: Thu Aug 10 11:15:06 2023 +0800

Fix typo.

(cherry picked from commit c1388b3ed08f7a72bc5193d5c5242087a9e73e7d)
---
 java/org/apache/catalina/connector/Request.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/Request.java 
b/java/org/apache/catalina/connector/Request.java
index 1adc04e392..41f8573f1f 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -3177,7 +3177,7 @@ public class Request implements HttpServletRequest {
 parameters.setQueryStringCharset(charset);
 }
 // Note: If !useBodyEncodingForURI, the query string encoding is
-// that set towards the start of CoyoyeAdapter.service()
+// that set towards the start of CoyoteAdapter.service()
 
 parameters.handleQueryParameters();
 


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



[tomcat] branch 8.5.x updated: Fix typo

2023-05-10 Thread lihan
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 9f37ce0770f3a65d07d1e88c55672337c2619393
Author: lihan 
AuthorDate: Fri Apr 28 10:57:48 2023 +0800

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

diff --git a/test/org/apache/catalina/filters/TestRateLimitFilter.java 
b/test/org/apache/catalina/filters/TestRateLimitFilter.java
index 7e986e75d0..ca21f5e1f4 100644
--- a/test/org/apache/catalina/filters/TestRateLimitFilter.java
+++ b/test/org/apache/catalina/filters/TestRateLimitFilter.java
@@ -74,7 +74,7 @@ public class TestRateLimitFilter extends TomcatBaseTest {
 // Sleep for up to 10s for clients to complete
 int count = 0;
 while (count < 100 && (tc1.results[24] == 0 || tc2.results[49] == 0 || 
tc3.results[allowedRequests - 1] == 0 ||
-tc3.results[allowedRequests] == 0 || 
tc3.results[allowedRequests - 1] == 0 ||
+tc3.results[allowedRequests] == 0 || 
tc4.results[allowedRequests - 1] == 0 ||
 tc4.results[allowedRequests] == 0)) {
 Thread.sleep(100);
 count++;


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 95012589dfad32e33e5e8f1e8333ae26ec48902f
Author: Mark Thomas 
AuthorDate: Wed May 10 20:15:16 2023 +0100

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

diff --git a/java/org/apache/tomcat/util/compat/Jre19Compat.java 
b/java/org/apache/tomcat/util/compat/Jre19Compat.java
index fb94810b40..45ce68b666 100644
--- a/java/org/apache/tomcat/util/compat/Jre19Compat.java
+++ b/java/org/apache/tomcat/util/compat/Jre19Compat.java
@@ -36,7 +36,7 @@ public class Jre19Compat extends Jre16Compat {
 try {
 c1 = Class.forName("java.lang.WrongThreadException");
 } catch (ClassNotFoundException cnfe) {
-// Must be pre-Java 16
+// Must be pre-Java 19
 log.debug(sm.getString("jre19Compat.javaPre19"), cnfe);
 }
 


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit cfc7e2b33cc8eee8a668db42dea5be1e79a28c8c
Author: Mark Thomas 
AuthorDate: Wed May 3 19:55:20 2023 +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 0b18883d98..bfd094a21f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -131,7 +131,7 @@
   
   
 613: Fix possible partial corrupted file copies when using
-file lockig protection or the manager servlet. Submitted
+file locking protection or the manager servlet. Submitted
 by Jack Shirazi. (remm)
   
 


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



[tomcat] branch 8.5.x updated: Fix typo - thanks Chuck

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new 501f2a6691 Fix typo - thanks Chuck
501f2a6691 is described below

commit 501f2a669151cb1f63e3fd96b5148532523b7dc9
Author: Mark Thomas 
AuthorDate: Sun Mar 26 14:32:31 2023 +0100

Fix typo - thanks Chuck
---
 java/org/apache/catalina/connector/Request.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/connector/Request.java 
b/java/org/apache/catalina/connector/Request.java
index 1aff34d473..d64b79584e 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -2499,7 +2499,7 @@ public class Request implements HttpServletRequest {
 
 /*
  * As per PR #594, the manager could be provided by the web 
application and calls to findSession() could trigger
- * class loading so set the thread context class loader appropriately 
to void ClassNotFoundException.
+ * class loading so set the thread context class loader appropriately 
to avoid ClassNotFoundException.
  */
 ClassLoader originalClassLoader = context.bind(null);
 try {


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 0e083ae4745a68504e8ec128674a4d0d937ca026
Author: Mark Thomas 
AuthorDate: Thu Mar 23 14:38:13 2023 +

Fix typo
---
 webapps/docs/config/cluster-deployer.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/config/cluster-deployer.xml 
b/webapps/docs/config/cluster-deployer.xml
index f956e46fbc..247948721f 100644
--- a/webapps/docs/config/cluster-deployer.xml
+++ b/webapps/docs/config/cluster-deployer.xml
@@ -84,7 +84,7 @@
 attribute will have no effect.
   
   
-FileMessageFactory instances used by the FarmWarDeployer are  only
+FileMessageFactory instances used by the FarmWarDeployer are only
 retained while they are required. When receiving a WAR file, the
 associated FileMessageFactory instance is deleted once the WAR file has
 been fully received. To avoid memory leaks under various error
@@ -94,7 +94,7 @@
 maximum time is exceeded, the FileMessageFactory will be deleted and 
the
 WAR file transfer will fail for that node. If a negative value is
 specified, the FileMessageFactory will only be removed once the WAR 
file
-is fully recieved. If not specified, the default value of 300 (5
+is fully received. If not specified, the default value of 300 (5
 minutes) will be used.
   
 


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



[tomcat] branch 8.5.x updated: Fix typo in changelog

2023-02-27 Thread rjung
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new 75635eef5b Fix typo in changelog
 new eece72a15b Merge branch '8.5.x' of 
https://gitbox.apache.org/repos/asf/tomcat into 8.5.x
75635eef5b is described below

commit 75635eef5b26f2adb296de3a5b6d971e01267580
Author: Rainer Jung 
AuthorDate: Mon Feb 27 13:31:39 2023 +0100

Fix typo in changelog
---
 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 1fef02d7d3..48b284a821 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -216,7 +216,7 @@
 application to localhost by default. (markt)
   
   
-66429: Examples. Limit access to the exmaples web 
application
+66429: Examples. Limit access to the examples web 
application
 to localhost by default. (markt)
   
 


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



[tomcat] branch 8.5.x updated: Fix typo in changelog.

2023-01-20 Thread rjung
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new 4f84a8d2fc Fix typo in changelog.
4f84a8d2fc is described below

commit 4f84a8d2fca84e6314d9aaadb376f1a66ef7
Author: Rainer Jung 
AuthorDate: Fri Jan 20 10:28:07 2023 +0100

Fix typo in changelog.
---
 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 26476439f8..06ce5b368f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -142,7 +142,7 @@
 name that required escaping when used in a URI path. (markt)
   
   
-66392: Change the default value of 
AccessLogValue's
+66392: Change the default value of 
AccessLogValve's
 file encoding to UTF-8 and update documentation. (lihan)
   
   


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



[tomcat] branch 8.5.x updated: Fix typo.

2022-11-01 Thread lihan
This is an automated email from the ASF dual-hosted git repository.

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


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

commit c07394f7d4ec53e55b2e1d4e93d868211274d0fc
Author: lihan 
AuthorDate: Tue Nov 1 15:51:11 2022 +0800

Fix typo.
---
 java/org/apache/catalina/core/ApplicationDispatcher.java | 2 +-
 java/org/apache/catalina/core/StandardHostValve.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/catalina/core/ApplicationDispatcher.java 
b/java/org/apache/catalina/core/ApplicationDispatcher.java
index 7a7d5abcb2..443c65ce3f 100644
--- a/java/org/apache/catalina/core/ApplicationDispatcher.java
+++ b/java/org/apache/catalina/core/ApplicationDispatcher.java
@@ -336,7 +336,7 @@ final class ApplicationDispatcher implements 
AsyncDispatcher, RequestDispatcher
 State state = new State(request, response, false);
 
 if (WRAP_SAME_OBJECT) {
-// Check SRV.9.2 / RequestDispacther Javadoc
+// Check SRV.9.2 / RequestDispatcher Javadoc
 checkSameObjects(request, response);
 }
 
diff --git a/java/org/apache/catalina/core/StandardHostValve.java 
b/java/org/apache/catalina/core/StandardHostValve.java
index f730d7c035..0383d592b5 100644
--- a/java/org/apache/catalina/core/StandardHostValve.java
+++ b/java/org/apache/catalina/core/StandardHostValve.java
@@ -128,7 +128,7 @@ final class StandardHostValve extends ValveBase {
 
 // Ask this Context to process this request. Requests that are
 // already in error must have been routed here to check for
-// application defined error pages so DO NOT forward them to the 
the
+// application defined error pages so DO NOT forward them to the
 // application for processing.
 try {
 if (!response.isErrorReportRequired()) {


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



[tomcat] branch 8.5.x updated: Fix typo in Javadoc

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

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


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

commit aa40856fd857e6566e325465c2e5ada4f5495b2a
Author: Mark Thomas 
AuthorDate: Fri Oct 28 10:34:03 2022 +0100

Fix typo in Javadoc
---
 java/javax/servlet/jsp/JspContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/servlet/jsp/JspContext.java 
b/java/javax/servlet/jsp/JspContext.java
index ccdfd78bcd..f965ef5edf 100644
--- a/java/javax/servlet/jsp/JspContext.java
+++ b/java/javax/servlet/jsp/JspContext.java
@@ -229,7 +229,7 @@ public abstract class JspContext {
 
 /**
  * Obtain the ELContext for this JSPContext. Each JSPContext has a 
dedicated
- * ELCOntext.
+ * ELContext.
  *
  * @return the ELContext for this JSPContext
  */


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 16b1bd46ce8e05fe59aed9a737e9beb38302d9d0
Author: Mark Thomas 
AuthorDate: Fri Sep 30 14:30:24 2022 +0100

Fix typo
---
 test/org/apache/coyote/http2/TestHttpServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/coyote/http2/TestHttpServlet.java 
b/test/org/apache/coyote/http2/TestHttpServlet.java
index 99209b5405..cb98abd23a 100644
--- a/test/org/apache/coyote/http2/TestHttpServlet.java
+++ b/test/org/apache/coyote/http2/TestHttpServlet.java
@@ -22,7 +22,7 @@ import org.junit.Assert;
 import org.junit.Test;
 
 /*
- * Implement here rather than jakarta.servlet.http.TestHttpServley because it
+ * Implement here rather than jakarta.servlet.http.TestHttpServlet because it
  * needs access to package private classes.
  */
 public class TestHttpServlet extends Http2TestBase {


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit af97ae314f0d0397191c8fba74c438ba73bea487
Author: Mark Thomas 
AuthorDate: Thu Sep 15 15:37:42 2022 +0100

Fix typo
---
 java/javax/servlet/jsp/tagext/TagSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/servlet/jsp/tagext/TagSupport.java 
b/java/javax/servlet/jsp/tagext/TagSupport.java
index 762ff520d7..b70cf8207d 100644
--- a/java/javax/servlet/jsp/tagext/TagSupport.java
+++ b/java/javax/servlet/jsp/tagext/TagSupport.java
@@ -273,7 +273,7 @@ public class TagSupport implements IterationTag, 
Serializable {
 }
 
 /**
- * The parent, if any, of thsi tag.
+ * The parent, if any, of this tag.
  */
 private Tag parent;
 


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 02336d482cef9996ca461d13ce0dc48fb14db96b
Author: Mark Thomas 
AuthorDate: Wed Sep 14 14:39:49 2022 +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 e856651c6b..ed0b765611 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -327,7 +327,7 @@
   
   
 When processing HTTP/2 requests, allow a host header and 
an
-:authority header to  be present providing the are
+:authority header to  be present providing they are
 consistent. (markt)
   
   


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 7496e2cf38e6414a2595a69b69a4400ac9e20035
Author: Mark Thomas 
AuthorDate: Tue Sep 13 09:00:59 2022 +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 76766752dc..e856651c6b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -242,7 +242,7 @@
   
 62312: Add support for authenticating WebSocket clients with
 an HTTP forward proxy when establishing a connection to a WebSocket
-endpoint via a foward proxy that requires authentication. Based on a
+endpoint via a forward proxy that requires authentication. Based on a
 patch provided by Joe Mokos. (markt)
   
 


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



[tomcat] branch 8.5.x updated: Fix typo

2022-08-24 Thread lihan
This is an automated email from the ASF dual-hosted git repository.

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


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

commit 481e70daed1120ab0504dc8f2c1cc0bc47ee2445
Author: lihan 
AuthorDate: Wed Aug 24 21:38:13 2022 +0800

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

diff --git a/java/org/apache/catalina/core/StandardEngine.java 
b/java/org/apache/catalina/core/StandardEngine.java
index c29892b6bf..6d072773cd 100644
--- a/java/org/apache/catalina/core/StandardEngine.java
+++ b/java/org/apache/catalina/core/StandardEngine.java
@@ -65,7 +65,7 @@ public class StandardEngine extends ContainerBase implements 
Engine {
 
 super();
 pipeline.setBasic(new StandardEngineValve());
-/* Set the jmvRoute using the system property jvmRoute */
+/* Set the jvmRoute using the system property jvmRoute */
 try {
 setJvmRoute(System.getProperty("jvmRoute"));
 } catch(Exception ex) {


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



[tomcat] branch 8.5.x updated: Fix typo

2022-08-08 Thread schultz
This is an automated email from the ASF dual-hosted git repository.

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


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

commit de7df4e7c2be38ce16595bc11e59b9496745f7f9
Author: Christopher Schultz 
AuthorDate: Thu Aug 4 13:25:45 2022 -0400

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

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 860dfc34c0..caf4aeec6e 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -123,6 +123,7 @@
 Move control of XML-export logic from individual support classes into
 MemoryUserDatabase.save(). Deprecate and discontinue use of MemoryUser,
 MemoryRole, and MemoryGroup classes. (schultz)
+  
 
   
   


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



[tomcat] branch 8.5.x updated: Fix typo - thanks to Han Li

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new be2e727381 Fix typo - thanks to Han Li
be2e727381 is described below

commit be2e7273811a94e1317e964e0fe18afda5db0ad5
Author: Mark Thomas 
AuthorDate: Wed Aug 3 12:38:27 2022 +0100

Fix typo - thanks to Han Li
---
 java/org/apache/coyote/http2/Stream.java | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/java/org/apache/coyote/http2/Stream.java 
b/java/org/apache/coyote/http2/Stream.java
index c2749fe96f..979c7369d8 100644
--- a/java/org/apache/coyote/http2/Stream.java
+++ b/java/org/apache/coyote/http2/Stream.java
@@ -59,7 +59,7 @@ class Stream extends AbstractNonZeroStream implements 
HeaderEmitter {
 
 private static final Integer HTTP_UPGRADE_STREAM = Integer.valueOf(1);
 
-private static final Set HTTP_CONNECTION_SPECIFC_HEADERS = new 
HashSet<>();
+private static final Set HTTP_CONNECTION_SPECIFIC_HEADERS = new 
HashSet<>();
 
 static {
 Response response =  new Response();
@@ -67,11 +67,11 @@ class Stream extends AbstractNonZeroStream implements 
HeaderEmitter {
 StreamProcessor.prepareHeaders(null, response, null, null);
 ACK_HEADERS = response.getMimeHeaders();
 
-HTTP_CONNECTION_SPECIFC_HEADERS.add("connection");
-HTTP_CONNECTION_SPECIFC_HEADERS.add("proxy-connection");
-HTTP_CONNECTION_SPECIFC_HEADERS.add("keep-alive");
-HTTP_CONNECTION_SPECIFC_HEADERS.add("transfer-encoding");
-HTTP_CONNECTION_SPECIFC_HEADERS.add("upgrade");
+HTTP_CONNECTION_SPECIFIC_HEADERS.add("connection");
+HTTP_CONNECTION_SPECIFIC_HEADERS.add("proxy-connection");
+HTTP_CONNECTION_SPECIFIC_HEADERS.add("keep-alive");
+HTTP_CONNECTION_SPECIFIC_HEADERS.add("transfer-encoding");
+HTTP_CONNECTION_SPECIFIC_HEADERS.add("upgrade");
 }
 
 private volatile long contentLengthReceived = 0;
@@ -293,7 +293,7 @@ class Stream extends AbstractNonZeroStream implements 
HeaderEmitter {
 getConnectionId(), getIdAsString(), name));
 }
 
-if (HTTP_CONNECTION_SPECIFC_HEADERS.contains(name)) {
+if (HTTP_CONNECTION_SPECIFIC_HEADERS.contains(name)) {
 throw new HpackException(sm.getString("stream.header.connection",
 getConnectionId(), getIdAsString(), name));
 }


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 9de72137c0daa9132bcfcc08ea631fb16cf44129
Author: Youyu Song 
AuthorDate: Thu Jun 2 15:50:10 2022 +0800

Fix typo
---
 java/org/apache/catalina/tribes/transport/nio/NioReceiver.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java 
b/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
index 6d5ec93b98..7b1ac2e44a 100644
--- a/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
+++ b/java/org/apache/catalina/tribes/transport/nio/NioReceiver.java
@@ -367,7 +367,7 @@ public class NioReceiver extends ReceiverBase implements 
Runnable, NioReceiverMB
 Selector selector = this.selector.get();
 if (selector != null) {
 try {
-// Unlock the thread if is is blocked waiting for input
+// Unlock the thread if it is blocked waiting for input
 selector.wakeup();
 // Wait for the receiver thread to finish
 int count = 0;


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 0e393a9b75489925edb3710f202b11fe0f5c0f97
Author: Mark Thomas 
AuthorDate: Wed Mar 16 17:38:39 2022 +

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

diff --git a/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties 
b/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties
index d09bce9..c317ec2 100644
--- a/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties
+++ b/java/org/apache/catalina/ha/deploy/LocalStrings_de.properties
@@ -21,5 +21,5 @@ farmWarDeployer.undeployEnd=Undeployment von [{0}] beendet.
 
 fileMessageFactory.duplicateMessage=Doppelte Nachricht empfangen. Ist der 
Timeout für den Sender zu niedrig? Context: [{0}] Dateiname: [{1}] Daten: [{2}] 
Datenlänge [{3}]
 
-warWatcher.cantListWatchDir=Dateien in WatchDir [{0}] können nicht gelistet 
werdenm: Prüfen Sie dass Lesezugriff auf das Verzeichnis besteht
+warWatcher.cantListWatchDir=Dateien in WatchDir [{0}] können nicht gelistet 
werden: Prüfen Sie dass Lesezugriff auf das Verzeichnis besteht.
 warWatcher.checkingWar=WAR-Datei [{0}] wird geprüft.

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit da696d750025bff988155744ad38301022698ee3
Author: Mark Thomas 
AuthorDate: Wed Mar 9 13:57:46 2022 +

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 82a134f..de3bc3d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -139,7 +139,7 @@
   
 Throw IOException rather than
 IllegalStateException when the application attempts to
-write to an GHTTP/2 stream after the client has closed the stream.
+write to an HTTP/2 stream after the client has closed the stream.
 (markt)
   
 

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 8a89d67376155296b0594af5d9b52d3de3e9d3bc
Author: Mark Thomas 
AuthorDate: Wed Jan 5 19:14:41 2022 +

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 27dd687..b9f71f5 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -2935,7 +2935,7 @@
   
   
 63932: By default, do not compress content that has a strong
-ETag. This behaviour is configuration for the HTTP/1.1 and HTTP/2
+ETag. This behaviour is configurable for the HTTP/1.1 and HTTP/2
 connectors via the new Connector attribute
 noCompressionStrongETag. (markt)
   

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 3907bbafacd3b831ef0a7783a38e8661665b4d54
Author: Mark Thomas 
AuthorDate: Thu Dec 16 09:20:27 2021 +

Fix typo
---
 java/org/apache/tomcat/websocket/server/LocalStrings.properties | 2 +-
 java/org/apache/tomcat/websocket/server/UpgradeUtil.java| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/websocket/server/LocalStrings.properties 
b/java/org/apache/tomcat/websocket/server/LocalStrings.properties
index 3698b90..0b6dfb1 100644
--- a/java/org/apache/tomcat/websocket/server/LocalStrings.properties
+++ b/java/org/apache/tomcat/websocket/server/LocalStrings.properties
@@ -22,7 +22,7 @@ serverContainer.missingAnnotation=Cannot deploy POJO class 
[{0}] as it is not an
 serverContainer.servletContextMissing=No ServletContext was specified
 
 upgradeUtil.incompatibleRsv=Extensions were specified that have incompatible 
RSV bit usage
-upgradeUtil.pojoMpaFail=Unable to complete method mapping for POJO class [{0}]
+upgradeUtil.pojoMapFail=Unable to complete method mapping for POJO class [{0}]
 
 uriTemplate.duplicateParameter=The parameter [{0}] appears more than once in 
the path which is not permitted
 uriTemplate.emptySegment=The path [{0}] contains one or more empty segments 
which is not permitted
diff --git a/java/org/apache/tomcat/websocket/server/UpgradeUtil.java 
b/java/org/apache/tomcat/websocket/server/UpgradeUtil.java
index 8e52d66..492ef6f 100644
--- a/java/org/apache/tomcat/websocket/server/UpgradeUtil.java
+++ b/java/org/apache/tomcat/websocket/server/UpgradeUtil.java
@@ -215,7 +215,7 @@ public class UpgradeUtil {
 }
 } catch (DeploymentException e) {
 throw new ServletException(
-sm.getString("upgradeUtil.pojoMpaFail", 
sec.getEndpointClass().getName()),  e);
+sm.getString("upgradeUtil.pojoMapFail", 
sec.getEndpointClass().getName()),  e);
 }
 }
 

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



[tomcat] branch 8.5.x updated: Fix typo (spotted by rjung)

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new 36037f7  Fix typo (spotted by rjung)
36037f7 is described below

commit 36037f77be9e436e8ded3580ea34dd21273a4ed5
Author: Mark Thomas 
AuthorDate: Wed Dec 15 10:10:04 2021 +

Fix typo (spotted by rjung)
---
 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 4935c3d..84a80fd 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -191,7 +191,7 @@
 
   
 65724: Fix missing messages for some
-PropertyNotWtriableExceptions caused by a typo in the name
+PropertyNotWritableExceptions caused by a typo in the name
 used for a resource string. (markt)
   
 

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 136386552b51690b92032b8b76be2070d3f1fba6
Author: Mark Thomas 
AuthorDate: Tue Dec 7 14:10:18 2021 +

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

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index c18b2b9..df8f74f 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -176,7 +176,7 @@
 
   The maximum size in bytes of the request body which will be
   saved/buffered by the container during FORM or CLIENT-CERT authentication
-  or during HTTP/1.1 upgarde. For both types of authentication, the request
+  or during HTTP/1.1 upgrade. For both types of authentication, the request
   body will be saved/buffered before the user is authenticated. For
   CLIENT-CERT authentication, the request body is buffered for the duration
   of the SSL handshake and the buffer emptied when the request is 
processed.

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 82ce33da6957ae7bb4fa56cc5680fb2135f12aab
Author: Mark Thomas 
AuthorDate: Thu Nov 18 19:22:39 2021 +

Fix typo
---
 java/javax/servlet/http/Cookie.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/servlet/http/Cookie.java 
b/java/javax/servlet/http/Cookie.java
index 4bd2940..3e41134 100644
--- a/java/javax/servlet/http/Cookie.java
+++ b/java/javax/servlet/http/Cookie.java
@@ -342,7 +342,7 @@ public class Cookie implements Cloneable, Serializable {
  * using any protocol.
  *
  * @return true if the browser uses a secure protocol;
- * otherwise, true
+ * otherwise, false
  * @see #setSecure
  */
 public boolean getSecure() {

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 3570c6c2946beca328ad4e260392fdb480031b20
Author: Mark Thomas 
AuthorDate: Thu Nov 18 10:22:09 2021 +

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

diff --git a/webapps/docs/config/resources.xml 
b/webapps/docs/config/resources.xml
index 12e74cb..64a1610 100644
--- a/webapps/docs/config/resources.xml
+++ b/webapps/docs/config/resources.xml
@@ -326,7 +326,7 @@
   Cache Strategy
 
   Additional control over the caching of static resources can be obtained by
- configuring a custom cache strategy. To configure a custom cache straegy,
+ configuring a custom cache strategy. To configure a custom cache strategy,
  nest a CacheStrategy element inside the Resources element
  with the following attributes:
 

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 320880d7cfa9b798aa38c27df5fdd0053d3da7e0
Author: Mark Thomas 
AuthorDate: Thu Sep 23 18:30:59 2021 +0100

Fix typo
---
 java/javax/servlet/jsp/PageContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/servlet/jsp/PageContext.java 
b/java/javax/servlet/jsp/PageContext.java
index 9a7a6af..6c8284e 100644
--- a/java/javax/servlet/jsp/PageContext.java
+++ b/java/javax/servlet/jsp/PageContext.java
@@ -201,7 +201,7 @@ public abstract class PageContext
  * the "out" name in page scope with this newly created object.
  *
  * 
- * This method should not be used by page  or tag library authors.
+ * This method should not be used by page or tag library authors.
  *
  * @param servlet The Servlet that is associated with this PageContext
  * @param request The currently pending request for this Servlet

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 5ca5269bf2bc9abc21062c2ce556fa8eb97ce47e
Author: dastan 
AuthorDate: Tue Sep 14 19:37:03 2021 +0600

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

diff --git a/java/org/apache/tomcat/websocket/WsSession.java 
b/java/org/apache/tomcat/websocket/WsSession.java
index 595eec2..b728d51 100644
--- a/java/org/apache/tomcat/websocket/WsSession.java
+++ b/java/org/apache/tomcat/websocket/WsSession.java
@@ -191,7 +191,7 @@ public class WsSession implements Session {
  * @param wsRemoteEndpoint The other / remote end point
  * @param wsWebSocketContainer The container that created this session
  * @param requestUri   The URI used to connect to this end point or
- * null is this is a client 
session
+ * null if this is a client 
session
  * @param requestParameterMap  The parameters associated with the request
  * that initiated this session or
  * null if this is a client 
session

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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 289e5e53e33ed528e3f06cd59a04ebb5c303f239
Author: Mark Thomas 
AuthorDate: Fri Aug 6 11:41:01 2021 +0200

Fix typo
---
 build.properties.default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.properties.default b/build.properties.default
index 806f827..0a17af9 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -303,7 +303,7 @@ 
findbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${findbugs.version}/
 jsign.version=3.1
 
 # checksums for JSign 3.1
-jsign.checksum.enable=true
+jsign.checksum.enabled=true
 jsign.checksum.algorithm=SHA-512
 
jsign.checksum.value=481a6e7276688363106ee3492da52807577822b8114b13804df796cd143f479a50d0864215f63b9bb8120a85b2f6185b2845974872d11ff070407dd01879bb0e
 

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



[tomcat] branch 8.5.x updated: Fix typo - thanks to Mikael Sterner

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new 64ea6db  Fix typo - thanks to Mikael Sterner
64ea6db is described below

commit 64ea6db92246eba12bc10a4b39a560ce0014328b
Author: Mark Thomas 
AuthorDate: Fri Aug 6 09:53:14 2021 +0200

Fix typo - thanks to Mikael Sterner
---
 webapps/docs/config/http.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml
index 11ab1f1..28da357 100644
--- a/webapps/docs/config/http.xml
+++ b/webapps/docs/config/http.xml
@@ -1585,7 +1585,7 @@
 
   The type of certificate. This is used to identify the ciphers that are
   compatible with the certificate. It must be one of 
UNDEFINED,
-  RSA, DSS or EC. If only one
+  RSA, DSA or EC. If only one
   Certificate is nested within a 
SSLHostConfig
   then this attribute is not required and will default to
   UNDEFINED. If multiple Certificates are

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



[tomcat] branch 8.5.x updated: Fix typo (#433)

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

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


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

commit b363fbad6a4539eaaf44b6e62d6ab1646d31851c
Author: Shi.Kun <34267068+pachul...@users.noreply.github.com>
AuthorDate: Tue Jul 13 15:21:42 2021 +0800

Fix typo (#433)

* Fix typo

add missing words
---
 java/javax/servlet/ServletSecurityElement.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/java/javax/servlet/ServletSecurityElement.java 
b/java/javax/servlet/ServletSecurityElement.java
index 875d103..d7e0116 100644
--- a/java/javax/servlet/ServletSecurityElement.java
+++ b/java/javax/servlet/ServletSecurityElement.java
@@ -71,6 +71,7 @@ public class ServletSecurityElement extends 
HttpConstraintElement {
  * @param httpConstraintElement Default constraint
  * @param httpMethodConstraints Method constraints
  * @throws IllegalArgumentException if a method name is specified more than
+ * once
  */
 public ServletSecurityElement(HttpConstraintElement httpConstraintElement,
 Collection httpMethodConstraints) {
@@ -84,6 +85,7 @@ public class ServletSecurityElement extends 
HttpConstraintElement {
  * Create from an annotation.
  * @param annotation Annotation to use as the basis for the new instance
  * @throws IllegalArgumentException if a method name is specified more than
+ * once
  */
 public ServletSecurityElement(ServletSecurity annotation) {
 this(new HttpConstraintElement(annotation.value().value(),

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



[tomcat] branch 8.5.x updated: Fix typo in method's javadoc (#429)

2021-06-30 Thread mgrigorov
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new bcee3ac  Fix typo in method's javadoc (#429)
bcee3ac is described below

commit bcee3ac19a6b4d41fc343db175cf0abb4b0ac3fc
Author: Shi.Kun <34267068+pachul...@users.noreply.github.com>
AuthorDate: Wed Jun 30 19:06:59 2021 +0800

Fix typo in method's javadoc (#429)

s/contain/container/

(cherry picked from commit 40920f6522f3f390a503738dd943a1a5be5b96b2)
---
 java/javax/servlet/ServletOutputStream.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/servlet/ServletOutputStream.java 
b/java/javax/servlet/ServletOutputStream.java
index bf40d97..7cc1d38 100644
--- a/java/javax/servlet/ServletOutputStream.java
+++ b/java/javax/servlet/ServletOutputStream.java
@@ -282,7 +282,7 @@ public abstract class ServletOutputStream extends 
OutputStream {
  * false, it will cause a callback to
  * {@link WriteListener#onWritePossible()} when the buffer has emptied. If
  * this method returns false no further data must be written
- * until the contain calls {@link WriteListener#onWritePossible()}.
+ * until the container calls {@link WriteListener#onWritePossible()}.
  *
  * @return true if data can be written, else 
false
  *

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



[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 40a13688f35508f1e7a1b3251e06c1c7062e5218
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 059b939..0a88e72 100644
--- a/webapps/docs/manager-howto.xml
+++ b/webapps/docs/manager-howto.xml
@@ -1114,7 +1114,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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

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

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

diff --git a/webapps/docs/logging.xml b/webapps/docs/logging.xml
index 33ea117..a454aa2 100644
--- a/webapps/docs/logging.xml
+++ b/webapps/docs/logging.xml
@@ -73,10 +73,10 @@
 
   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 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.
+  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 8.5.x updated: Fix typo

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

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


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

commit 8ae8626a77cc756ef421678f483c4a2cc7accbbc
Author: Mark Thomas 
AuthorDate: Wed Jan 27 14:59:42 2021 +

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 0b560dc..9be25cb 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -172,7 +172,7 @@
 some requests could get dropped. (markt)
   
   
-65001: Fix error handling for exceptions throw from calls
+65001: Fix error handling for exceptions thrown from calls
 to ReadListener and WriteListener. (markt)
   
   


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



[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit af1ed8d83b665f9c0fa5d2a96e41d1ae3b0fa8be
Author: Violeta Georgieva [VMware] 
AuthorDate: Tue Nov 17 17:39: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 bbec37a..0ce3113 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -96,7 +96,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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 2f48ea563b7c22ad4095875dac54fee99004e509
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 17d5e34..e338062 100644
--- a/java/org/apache/catalina/startup/LocalStrings_es.properties
+++ b/java/org/apache/catalina/startup/LocalStrings_es.properties
@@ -100,7 +100,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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 507b9c5b29d8a081542dcb61ebbe57eaa55d2e82
Author: Mark Thomas 
AuthorDate: Thu Oct 15 09:43:30 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 7e3c4b9..7fabb3b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -58,7 +58,7 @@
 Add connection pooling to JNDI realm. (remm)
   
   
-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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 507b9c5b29d8a081542dcb61ebbe57eaa55d2e82
Author: Mark Thomas 
AuthorDate: Thu Oct 15 09:43:30 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 7e3c4b9..7fabb3b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -58,7 +58,7 @@
 Add connection pooling to JNDI realm. (remm)
   
   
-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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 507b9c5b29d8a081542dcb61ebbe57eaa55d2e82
Author: Mark Thomas 
AuthorDate: Thu Oct 15 09:43:30 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 7e3c4b9..7fabb3b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -58,7 +58,7 @@
 Add connection pooling to JNDI realm. (remm)
   
   
-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 8.5.x updated: Fix typo

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

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


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

commit 9d15a7b287e4c669c8375f58b89012b20d411f88
Author: Mark Thomas 
AuthorDate: Wed Sep 9 15:51:51 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 c10e4ea..600caa4 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -149,7 +149,7 @@
 client. (markt)
   
   
-Improve handling of HTTP/2 stream level flow control errors and notidy
+Improve handling of HTTP/2 stream level flow control errors and notify
 the stream immediately if it is waiting for an allocation when the flow
 control error occurs. (markt)
   


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



[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit f40cd302930afb8258bbc3360f872457d753178a
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 65f1b6d..45e7457 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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit c08e04fdfbbaad920528a02ba236f23f80d27044
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 e5b2e92..4a5af06 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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit cbed07b102035b79554ca3e81ecd4d9a40708d04
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 8c740f1..5ff4684 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 8.5.x updated: Fix typo in exception message about quote character in repository path

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new ae0eb6b  Fix typo in exception message about quote character in 
repository path
ae0eb6b is described below

commit ae0eb6bf7905b1c398cc92b27f2ef47dc367e0ca
Author: Paul Muriel Biya-Bi 
AuthorDate: Fri Apr 3 23:54:54 2020 -0400

Fix typo in exception message about quote character in repository path
---
 java/org/apache/catalina/startup/Bootstrap.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/catalina/startup/Bootstrap.java 
b/java/org/apache/catalina/startup/Bootstrap.java
index e554886..d3f25a5 100644
--- a/java/org/apache/catalina/startup/Bootstrap.java
+++ b/java/org/apache/catalina/startup/Bootstrap.java
@@ -581,7 +581,7 @@ public final class Bootstrap {
 // Too early to use standard i18n support. The class path 
hasn't
 // been configured.
 throw new IllegalArgumentException(
-"The double quote [\"] character only be used to quote 
paths. It must " +
+"The double quote [\"] character can only be used to 
quote paths. It must " +
 "not appear in a path. This loader path is not valid: 
[" + value + "]");
 } else {
 // Not quoted - NO-OP


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



[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 04a571475d74c547bf6268fd1a1211822bfb6880
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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 489ad1737489c3980ee40654697fc30e68112a99
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 8adb17f..ccfb07a 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -72,7 +72,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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 403f8ce4c1d46119584e7dc5795efab22629a8a3
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 8.5.x updated: Fix typo. Update for change to attribute name.

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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
 new e303c8e  Fix typo. Update for change to attribute name.
e303c8e is described below

commit e303c8e560a1d0bfccbdc6985e4164bdb8f7303e
Author: Mark Thomas 
AuthorDate: Tue Feb 4 21:13:10 2020 +

Fix typo. Update for change to attribute name.
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 1f6c84d..b640408 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -196,8 +196,8 @@
 a non-null, non-zero length String. (markt)
   
   
-Add a new attribute, allowedArbitraryRequestAttributes to
-the AJP/1.3 Connector. Requests with unreconised attributes will be
+Add a new attribute, allowedRequestAttributesPattern to
+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 8.5.x updated: Fix typo

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

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


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

commit 2e1718d7275d99d00cf06409b96bfccdef2dcfdb
Author: Mark Thomas 
AuthorDate: Mon Jan 20 20:30:51 2020 +

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

diff --git a/webapps/docs/config/cluster-interceptor.xml 
b/webapps/docs/config/cluster-interceptor.xml
index 648a884..836c4cd 100644
--- a/webapps/docs/config/cluster-interceptor.xml
+++ b/webapps/docs/config/cluster-interceptor.xml
@@ -205,7 +205,7 @@

  If using the TcpFailureDetector, the 
EncryptInterceptor
  must be inserted into the interceptor chain before the
- TcpFailureDetector. This is becuase when validating cluster
+ TcpFailureDetector. This is because when validating cluster
  members, TcpFailureDetector writes channel data directly
  to the other members without using the remainder of the interceptor chain,
  but on the receiving side, the message still goes through the chain (in 
reverse).


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



[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 7fb2811743bf6e1a37ef66d0589d705bba04ca07
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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 3b6767f64347347588e17da9d96282fe90e48a03
Author: Violeta Georgieva 
AuthorDate: Tue Dec 10 13:47:46 2019 +0200

Fix typo
---
 webapps/docs/changelog.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 6e31f17..efb9756 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -51,7 +51,7 @@
 Remove part of the deprecated Servlet 4 Preview API. Users still
 depending on this feature should ideally upgrade to Tomcat 9.0.x. If
 upgrade is not possible, application code should cast to the internal
-Tomcat implemenation classes. (markt)
+Tomcat implementation classes. (markt)
   
 
   
@@ -110,7 +110,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 8.5.x updated: Fix typo

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

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


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

commit 76d4c97bca041c176608e7b4f9cf45944781bb74
Author: Christopher Schultz 
AuthorDate: Sat Dec 7 13:07:28 2019 -0500

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 1a56bd0..288e459 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -263,7 +263,7 @@
 being constructed as expected. (markt)
   
   
-Make a best efforts attempt to clean-up if a request fails during
+Make a best effort attempt to clean-up if a request fails during
 processing due to an OutOfMemoryException. (markt)
   
   


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit e0dfcea444fb0e6096654fa626c90948d50e3728
Author: Christopher Schultz 
AuthorDate: Sat Dec 7 13:04:09 2019 -0500

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 5c9cda8..1a56bd0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -447,7 +447,7 @@
 
   
 63781: When performing various checks related to the
-visibility of classes, fields an methods in the EL implementation, also
+visibility of classes, fields and methods in the EL implementation, 
also
 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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit b99c16d1c9f51e05543ff3957f94f52acd68b3d5
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 bde6bcd..3f0c50f 100644
--- a/java/org/apache/tomcat/buildutil/SignCode.java
+++ b/java/org/apache/tomcat/buildutil/SignCode.java
@@ -206,7 +206,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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit 3818f95d538f0bd2651785c4c0daad3f4aca7bb4
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 a313acd..d9e11bb 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 8.5.x updated: Fix typo

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

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


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

commit 7684cc8b876e032fc18eb46cb38bb01e7996b96c
Author: 康智冬 
AuthorDate: Sat Aug 17 15:40:18 2019 +0800

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

diff --git a/java/org/apache/catalina/mapper/MappingData.java 
b/java/org/apache/catalina/mapper/MappingData.java
index 63fba6d..2d2c42d 100644
--- a/java/org/apache/catalina/mapper/MappingData.java
+++ b/java/org/apache/catalina/mapper/MappingData.java
@@ -44,7 +44,7 @@ public class MappingData {
 
 public final MessageBytes redirectPath = MessageBytes.newInstance();
 
-// Fields used by ApplicationMapping to implement 
javax.servlet.http.Mapping
+// Fields used by ApplicationMapping to implement 
javax.servlet.http.HttpServletMapping
 public MappingMatch matchType = MappingMatch.UNKNOWN;
 
 public void recycle() {


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



[tomcat] branch 8.5.x updated: Fix typo for prefect

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

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


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

commit f4536cab9204181c5c6dad311ac505d9bf536e28
Author: 康智冬 
AuthorDate: Wed Aug 14 22:02:53 2019 +0800

Fix typo for prefect

Fix typo for prefect
---
 java/org/apache/coyote/http11/Http11Processor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http11/Http11Processor.java 
b/java/org/apache/coyote/http11/Http11Processor.java
index a5cedaf..6072602 100644
--- a/java/org/apache/coyote/http11/Http11Processor.java
+++ b/java/org/apache/coyote/http11/Http11Processor.java
@@ -254,7 +254,7 @@ public class Http11Processor extends AbstractProcessor {
 // Create and add buffered input filter
 inputBuffer.addFilter(new BufferedInputFilter());
 
-// Create and add the chunked filters.
+// Create and add the gzip filters.
 //inputBuffer.addFilter(new GzipInputFilter());
 outputBuffer.addFilter(new GzipOutputFilter());
 


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



[tomcat] branch 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit eb3c52fb44d64ff6ea486b0410bc27be9bf8f768
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 0175f12..646487e 100644
--- a/res/tomcat.nsi
+++ b/res/tomcat.nsi
@@ -374,7 +374,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 8.5.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 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


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

commit c57e930dfbb14e55579df2fc01ab9db641d855f6
Author: Violeta Georgieva 
AuthorDate: Tue Jul 9 17:41:03 2019 +0300

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 b34494f..7ff5b25 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -148,7 +148,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


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit c73c16e15ff20aa120c88c77d79e4ee05d8d7cdd
Author: Mark Thomas 
AuthorDate: Mon Jun 24 20:09:44 2019 +0100

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

diff --git a/java/org/apache/catalina/servlets/DefaultServlet.java 
b/java/org/apache/catalina/servlets/DefaultServlet.java
index d7fde267..f404973 100644
--- a/java/org/apache/catalina/servlets/DefaultServlet.java
+++ b/java/org/apache/catalina/servlets/DefaultServlet.java
@@ -1379,7 +1379,7 @@ public class DefaultServlet extends HttpServlet {
 /**
  * Parse the content-range header.
  *
- * @param request The servlet request we a)re processing
+ * @param request The servlet request we are processing
  * @param response The servlet response we are creating
  * @return the range object
  * @throws IOException an IO error occurred


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



[tomcat] branch 8.5.x updated: Fix typo

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

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


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

commit 6ef82f731f7fa2993c237ce9c26514c7a0c6d8a3
Author: Mark Thomas 
AuthorDate: Mon Apr 8 10:26:11 2019 +0100

Fix typo
---
 test/org/apache/coyote/http2/TestHttp2Section_6_8.java | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/org/apache/coyote/http2/TestHttp2Section_6_8.java 
b/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
index 5f03bd1..7105bc1 100644
--- a/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
+++ b/test/org/apache/coyote/http2/TestHttp2Section_6_8.java
@@ -32,13 +32,13 @@ public class TestHttp2Section_6_8 extends Http2TestBase {
 
 private static final boolean RELAX_TIMING = 
Boolean.getBoolean("tomcat.test.relaxTiming");
 
-private static final long PNG_ACK_DELAY_MS = 2000;
+private static final long PING_ACK_DELAY_MS = 2000;
 // On slow systems (Gump) may need to be higher
 private static final long TIMING_MARGIN_MS = RELAX_TIMING ? 1000 : 200;
 
 @Test
 public void testGoawayIgnoreNewStreams() throws Exception {
-setPingAckDelayMillis(PNG_ACK_DELAY_MS);
+setPingAckDelayMillis(PING_ACK_DELAY_MS);
 
 // HTTP2 upgrade - need longer timeouts for this test
 Connector connector = getTomcatInstance().getConnector();
@@ -55,7 +55,7 @@ public class TestHttp2Section_6_8 extends Http2TestBase {
 sendClientPreface();
 validateHttp2InitialResponse();
 
-Thread.sleep(PNG_ACK_DELAY_MS + TIMING_MARGIN_MS);
+Thread.sleep(PING_ACK_DELAY_MS + TIMING_MARGIN_MS);
 
 getTomcatInstance().getConnector().pause();
 
@@ -67,7 +67,7 @@ public class TestHttp2Section_6_8 extends Http2TestBase {
 // Should be processed
 sendSimpleGetRequest(3);
 
-Thread.sleep(PNG_ACK_DELAY_MS + TIMING_MARGIN_MS);
+Thread.sleep(PING_ACK_DELAY_MS + TIMING_MARGIN_MS);
 
 // Should be ignored
 sendSimpleGetRequest(5);


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