https://bz.apache.org/bugzilla/show_bug.cgi?id=59805

--- Comment #4 from Andreas Beeker <[email protected]> ---
Looking at the second response in stackoverflow - what would happen if we store
Strings in the ThreadLocal and lookup the Timezone/Locale via those Strings?

As Locale and TimeZone are classes from the root classloader, are they
connected to the web application classloader? So would it be any different than
storing Strings?

What confuses me is the term "created a ThreadLocal with key of type
[org.apache.poi.util.LocaleUtil$1]" ... so does this mean, even when storing
Strings there's always a reference to the webapp classloader? (... or is this a
week reference and doesn't count?)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to