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

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


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 78f9ba0  Save attributes on Resources elements
78f9ba0 is described below

commit 78f9ba0de01abf0b494b3703ce26cc535004bc94
Author: remm <r...@apache.org>
AuthorDate: Wed Feb 12 16:34:33 2020 +0100

    Save attributes on Resources elements
    
    The transient list came from the old resources which were configured on
    the Context, but that's not the case anymore.
---
 java/org/apache/catalina/storeconfig/server-registry.xml | 7 -------
 webapps/docs/changelog.xml                               | 3 +++
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/java/org/apache/catalina/storeconfig/server-registry.xml 
b/java/org/apache/catalina/storeconfig/server-registry.xml
index 846135d..0f7dd94 100644
--- a/java/org/apache/catalina/storeconfig/server-registry.xml
+++ b/java/org/apache/catalina/storeconfig/server-registry.xml
@@ -355,13 +355,6 @@
         children="true"
         tagClass="org.apache.catalina.WebResourceRoot"
         storeFactoryClass="org.apache.catalina.storeconfig.WebResourceRootSF">
-        <TransientAttribute>allowLinking</TransientAttribute>
-        <TransientAttribute>cachingAllowed</TransientAttribute>
-        <TransientAttribute>cacheTtl</TransientAttribute>
-        <TransientAttribute>cacheMaxSize</TransientAttribute>
-        <TransientAttribute>cacheObjectMaxSize</TransientAttribute>
-        <TransientAttribute>cached</TransientAttribute>
-        <TransientAttribute>caseSensitive</TransientAttribute>
         <TransientAttribute>domain</TransientAttribute>
      </Description>
     <Description
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index ae103c7..cb71df5 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -67,6 +67,9 @@
         file generated from the default <code>web.xml</code> so the MIME type
         mappings are consistent regardless of how Tomcat is started. (markt)
       </fix>
+      <fix>
+        Missing store config attributes for Resources elements. (remm)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to