-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.0
-
None
-
Security Level: Jimmy
-
None
-
None
check the code TrackerImpl, line 300
Logger logger = LoggerFactory.getLogger(TrackerImpl.class);
It should be declared as static final to avoid being serialized.