http://bugzilla.slf4j.org/show_bug.cgi?id=181
Ceki Gulcu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Ceki Gulcu <[email protected]> 2010-04-30 15:10:46 --- A *malicious* attacker will find other ways of mounting denial of service attacks. For example, if loggerMap is used as the lock, then the attacker an still access logger map via reflection. Anyway, using loggerMap to synchronize access on loggerMap makes sense so I changed the code. -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ slf4j-dev mailing list [email protected] http://qos.ch/mailman/listinfo/slf4j-dev
