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
commit 2866a190586435925772e958d34bff3b440ddf8a 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 8cee523db7..404fe35a24 100644 --- a/java/org/apache/jasper/Options.java +++ b/java/org/apache/jasper/Options.java @@ -163,7 +163,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