This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new d2ac6e2847 Fix typo - thanks Chuck d2ac6e2847 is described below commit d2ac6e2847d45c9df03302b69a565b23020a8752 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 ccf7320508..41fddef382 100644 --- a/java/org/apache/catalina/connector/Request.java +++ b/java/org/apache/catalina/connector/Request.java @@ -2485,7 +2485,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