This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new f13f3306cd Fix typo - thanks Chuck
f13f3306cd is described below
commit f13f3306cdc3262cc80ce79b0882c12126365f1b
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 625353af0c..905af9cacb 100644
--- a/java/org/apache/catalina/connector/Request.java
+++ b/java/org/apache/catalina/connector/Request.java
@@ -2393,7 +2393,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]