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
Please register or sign in to comment