joerghoh commented on PR #54:
URL: 
https://github.com/apache/sling-org-apache-sling-models-impl/pull/54#issuecomment-2217330245

   The approach changes a bit: Instead of maintaining the list of 
``DisposallCallbackRegistry`` objects centrally in a map (keyed with the 
request object), this patch moves the list into a request attribute of the 
request. Assuming that there are no wrappers which change the visibility of 
attributes, it does not matter anymore what request object (or wrapper) is 
used: the list of ``DisposalCallbackRegistry`` objects is taken from that 
request attribute and then all of them get disposed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to