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

--- Comment #9 from Attila Kelemen <attila.keleme...@gmail.com> ---
Some notes on your current implementation:

- I cannot restore the strategy of my caller. The simplest change you can do to
allow this is to return the previous strategy in
`setThreadLocalTempFileCreationStrategy`.
- `getStrategy()` should call `threadLocalStrategy.remove()` if
`threadLocalStrategy.get()` returns null to avoid penalizing people who don't
use the thread local strategy with a garbage thread local value (with a value
of null).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to