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 <ma...@apache.org> 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