Skip to content

Commit

Permalink
Domain attribute should be transient
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaucher committed Nov 14, 2024
1 parent 0180ed9 commit 9146dbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions java/org/apache/catalina/storeconfig/server-registry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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>
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9146dbc

Please sign in to comment.