This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 1c68b9106d Fix typo - thanks Chuck
1c68b9106d is described below
commit 1c68b9106d0d997911ada0d1ce3d05545065d468
Author: Mark Thomas <[email protected]>
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 bb3089e0e8..986b782791 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -2435,7 +2435,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: [email protected]
For additional commands, e-mail: [email protected]