You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't actually do the inner MDC.clear()
that's because MDC doesn't HAVE a clear..
but it's not clearing...
we really need to iterate over the MDC keys and remove.
because otherwise the MDC becomes tainted.
From [email protected] on March 10, 2011 16:48:57
ThreadContext.clear()
doesn't actually do the inner MDC.clear()
that's because MDC doesn't HAVE a clear..
but it's not clearing...
we really need to iterate over the MDC keys and remove.
because otherwise the MDC becomes tainted.
Original issue: http://code.google.com/p/parfait/issues/detail?id=11
The text was updated successfully, but these errors were encountered: