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 9146dbcf32 Domain attribute should be transient
9146dbcf32 is described below
commit 9146dbcf32c8a664ae4d204d4531baf89987fba3
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 5ab9228666..11e0e6d433 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>
<!-- All attribute duplicated from the SSLHostConfig, removed in
Tomcat 10 -->
<TransientAttribute>SSLProtocol</TransientAttribute>
<TransientAttribute>sslEnabledProtocols</TransientAttribute>
@@ -221,6 +225,7 @@
children="true"
tagClass="org.apache.catalina.session.PersistentManager"
storeFactoryClass="org.apache.catalina.storeconfig.PersistentManagerSF">
+ <TransientAttribute>domain</TransientAttribute>
</Description>
<Description
tag="Store"
@@ -244,6 +249,7 @@
tagClass="org.apache.catalina.ha.CatalinaCluster"
storeFactoryClass="org.apache.catalina.storeconfig.CatalinaClusterSF">
<TransientAttribute>clusterName</TransientAttribute>
+ <TransientAttribute>domain</TransientAttribute>
</Description>
<Description
tag="Realm"
@@ -320,6 +326,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"
@@ -501,6 +508,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]