Skip to content
Commit b444c3ff authored by Dmitry Andrianov's avatar Dmitry Andrianov
Browse files

Make AccessEvent.prepareForDeferredProcessing() to create a copy of the...

Make AccessEvent.prepareForDeferredProcessing() to create a copy of the request attributes map so attributes are available later even if processing is done in a background thread.

Only Serializable attributes are copied to be on a safe side. Also, do not copy attributes set by Logback's TeeFilter as the very same information is already serialised as request/response content.
parent 8f9da3e3
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