1
0

[LOGGING-119] Prevent potential deadlock in WeakHashtable.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1435077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2013-01-18 10:51:35 +00:00
parent 5c81b031c3
commit ae4698230a
3 changed files with 19 additions and 5 deletions

View File

@@ -44,6 +44,9 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="1.1.2" date="In SVN" description="Bug fixes.">
<action type="fix" issue="LOGGING-119">
Prevent potential deadlock scenario in WeakHashtable.
</action>
<action type="fix" issue="LOGGING-130">
Potential missing privileged block for class loader.
</action>