This is an automated email from the ASF dual-hosted git repository. remm 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 fb877d7 Store config fixes fb877d7 is described below commit fb877d72bdd332adea7414ea474d6f2b8e9a749c Author: remm <r...@apache.org> AuthorDate: Fri Feb 7 16:09:20 2020 +0100 Store config fixes The only real fix is the listener (no default constructor = boom). --- java/org/apache/catalina/storeconfig/server-registry.xml | 4 +--- webapps/docs/changelog.xml | 7 +++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/java/org/apache/catalina/storeconfig/server-registry.xml b/java/org/apache/catalina/storeconfig/server-registry.xml index 124ad9d..1223b57 100644 --- a/java/org/apache/catalina/storeconfig/server-registry.xml +++ b/java/org/apache/catalina/storeconfig/server-registry.xml @@ -99,9 +99,6 @@ children="true" storeFactoryClass="org.apache.catalina.storeconfig.ConnectorSF" storeAppenderClass="org.apache.catalina.storeconfig.ConnectorStoreAppender"> - <TransientAttribute>URIEncoding</TransientAttribute> - <TransientAttribute>maxProcessor</TransientAttribute> - <TransientAttribute>minProcessor</TransientAttribute> <!-- All attribute duplicated from the SSLHostConfig, removed in Tomcat 10 --> <TransientAttribute>SSLProtocol</TransientAttribute> <TransientAttribute>sslEnabledProtocols</TransientAttribute> @@ -290,6 +287,7 @@ <TransientChild>org.apache.catalina.mbeans.ServerLifecycleListener</TransientChild> <TransientChild>org.apache.catalina.core.NamingContextListener</TransientChild> <TransientChild>org.apache.catalina.startup.ContextConfig</TransientChild> + <TransientChild>org.apache.catalina.startup.ContextConfig$HostWebXmlCacheCleaner</TransientChild> <TransientChild>org.apache.catalina.startup.EngineConfig</TransientChild> <TransientChild>org.apache.catalina.startup.HostConfig</TransientChild> <TransientChild>org.apache.catalina.startup.ListenerCreateRule$OptionalListener</TransientChild> diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 88b184a..f344768 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -45,6 +45,13 @@ issues do not "pop up" wrt. others). --> <section name="Tomcat 9.0.32 (markt)" rtext="in development"> + <subsection name="Catalina"> + <changelog> + <fix> + Store config compatibility with HostWebXmlCacheCleaner listener. (remm) + </fix> + </changelog> + </subsection> <subsection name="Jasper"> <changelog> <scode> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org