Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Operating System: other
Platform: Other
-
38026
Description
Hi,
the LogFactory class is not thread-safe. All access to the factories variable
should be in synchronized code. This is sometimes the case (like in the
LogFactory.releasXXX() methods), but in the LogFactory.getFactory() method,
this variable is accessed in a non-synchronized way.
regards,
Maarten