Skip to content
Commit f27b6dc3 authored by Ceki Gulcu's avatar Ceki Gulcu
Browse files

prevent access to LoggingEvent's CACHED_NULL_MAP

This prevents developers from attempting to modify event's mdc map. For example by invoking

event.getMDCPropertyMap().put("k", "v");

This fixes LOGBACK-1063 by ricochet.
parent 039f74bf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment