httprequest « Bean « Spring Q&A





1. how to get a Spring bean that is local to the current HttpRequest    stackoverflow.com

I would like to be able to create a bean whose scope is limited to the currently serviced HttpRequest. I considered ThreadLocal but the problem I see is that threads ...