This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 010fdb7  Store config fixes
010fdb7 is described below

commit 010fdb7e458d9d8755e2b67203ac4757d78c2f64
Author: remm <r...@apache.org>
AuthorDate: Fri Feb 7 15:38:08 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 2b8279a..6c46ab0 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>
      </Description>
      <Description
         tag="UpgradeProtocol"
@@ -237,6 +234,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 61bc7db..10e5a53 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 10.0.0.0-M2 (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

Reply via email to