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

--- Comment #9 from Attila Kelemen <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to