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
commit 6f253f2a53465c930f3a0c2b88f0c726e9c50a0c Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 6 09:51:34 2024 +0100 Update to use new name --- conf/logging.properties | 4 ++-- java/org/apache/jasper/Options.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/logging.properties b/conf/logging.properties index e8b7b16bc4..2e068b3661 100644 --- a/conf/logging.properties +++ b/conf/logging.properties @@ -69,8 +69,8 @@ org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].ha # each component that extends LifecycleBase changing state: #org.apache.catalina.util.LifecycleBase.level = FINE -# To see debug messages in TldLocationsCache, uncomment the following line: -#org.apache.jasper.compiler.TldLocationsCache.level = FINE +# To see debug messages in TldCache, uncomment the following line: +#org.apache.jasper.compiler.TldCache.level = FINE # To see debug messages for HTTP/2 handling, uncomment the following line: #org.apache.coyote.http2.level = FINE diff --git a/java/org/apache/jasper/Options.java b/java/org/apache/jasper/Options.java index 6bccdeb7ba..075b37b85b 100644 --- a/java/org/apache/jasper/Options.java +++ b/java/org/apache/jasper/Options.java @@ -154,7 +154,7 @@ public interface Options { * web.xml or implicitly via the uri tag in the TLD * of a taglib deployed in a jar file (WEB-INF/lib). * - * @return the instance of the TldLocationsCache + * @return the instance of the TldCache * for the web-application. */ TldCache getTldCache(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org