Author: markt
Date: Mon Feb 18 21:43:10 2019
New Revision: 1853827
URL: http://svn.apache.org/viewvc?rev=1853827&view=rev
Log:
Extending SSLHostConfig makes this class Serializable so fix the resulting
Spotbugs warning.
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java?rev=1853827&r1=1853826&r2=1853827&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java
(original)
+++
tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java
Mon Feb 18 21:43:10 2019
@@ -82,7 +82,7 @@ public class JmxRemoteLifecycleListener
protected String accessFile = null;
protected boolean useLocalPorts = false;
- protected JMXConnectorServer csPlatform = null;
+ protected transient JMXConnectorServer csPlatform = null;
/**
* Get the inet address on which the Platform RMI server is exported.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]