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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 0434bc0471 Domain attribute should be transient
0434bc0471 is described below

commit 0434bc04711cde70d3c39bc83e72899345e1c4f0
Author: remm <[email protected]>
AuthorDate: Thu Nov 14 12:46:41 2024 +0100

    Domain attribute should be transient
---
 java/org/apache/catalina/storeconfig/server-registry.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/java/org/apache/catalina/storeconfig/server-registry.xml 
b/java/org/apache/catalina/storeconfig/server-registry.xml
index 4dd7ddec70..29897abd51 100644
--- a/java/org/apache/catalina/storeconfig/server-registry.xml
+++ b/java/org/apache/catalina/storeconfig/server-registry.xml
@@ -24,6 +24,7 @@
         children="true"
         tagClass="org.apache.catalina.core.StandardServer"
         storeFactoryClass="org.apache.catalina.storeconfig.StandardServerSF">
+        <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="Service"
@@ -32,6 +33,7 @@
         children="true"
         tagClass="org.apache.catalina.core.StandardService"
         storeFactoryClass="org.apache.catalina.storeconfig.StandardServiceSF">
+        <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="Engine"
@@ -90,6 +92,7 @@
         children="true"
         tagClass="org.apache.catalina.deploy.NamingResourcesImpl"
         
storeFactoryClass="org.apache.catalina.storeconfig.GlobalNamingResourcesSF">
+        <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="Connector"
@@ -99,6 +102,7 @@
         children="true"
         storeFactoryClass="org.apache.catalina.storeconfig.ConnectorSF"
         
storeAppenderClass="org.apache.catalina.storeconfig.ConnectorStoreAppender">
+        <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="UpgradeProtocol"
@@ -168,6 +172,7 @@
         children="true"
         tagClass="org.apache.catalina.session.PersistentManager"
         
storeFactoryClass="org.apache.catalina.storeconfig.PersistentManagerSF">
+        <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="Store"
@@ -191,6 +196,7 @@
         tagClass="org.apache.catalina.ha.CatalinaCluster"
         storeFactoryClass="org.apache.catalina.storeconfig.CatalinaClusterSF">
         <TransientAttribute>clusterName</TransientAttribute>
+        <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="Realm"
@@ -267,6 +273,7 @@
          
<TransientChild>org.apache.catalina.valves.CertificatesValve</TransientChild>
          
<TransientChild>org.apache.catalina.valves.ErrorReportValve</TransientChild>
          
<TransientChild>org.apache.catalina.valves.RequestListenerValve</TransientChild>
+         <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="Environment"
@@ -448,6 +455,7 @@
         default="false"
         tagClass="org.apache.catalina.core.StandardThreadExecutor"
         storeFactoryClass="org.apache.catalina.storeconfig.StoreFactoryBase">
+       <TransientAttribute>domain</TransientAttribute>
      </Description>
      <Description
         tag="JarScanner"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to