You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/02/12 15:38:21 UTC

[tomcat] branch 9.0.x updated: Save attributes on Resources elements

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 37dd320  Save attributes on Resources elements
37dd320 is described below

commit 37dd320f02220a24fcb2a4942f4a86a0822b02d2
Author: remm <re...@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 1223b57..5ab9228 100644
--- a/java/org/apache/catalina/storeconfig/server-registry.xml
+++ b/java/org/apache/catalina/storeconfig/server-registry.xml
@@ -356,13 +356,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 ec8b4b6..0906b88 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -61,6 +61,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org