[
https://issues.apache.org/jira/browse/LOGGING-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg updated LOGGING-75:
-----------------------------------
Fix Version/s: 1.1.0
> [logging] LogFactory is not thread-safe
> ---------------------------------------
>
> Key: LOGGING-75
> URL: https://issues.apache.org/jira/browse/LOGGING-75
> Project: Commons Logging
> Issue Type: Bug
> Environment: Operating System: other
> Platform: Other
> Reporter: Maarten Coene
> Fix For: 1.1.0
>
>
> 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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.