My recollection is that the Session version is in there as an example. As you've pointed out, it's easy to create Request version. One flavor would create a new Context each request. Another way would be to reuse requests between threads (Really, a "Thread" version).
I suspect that this is why we've not added them in the past -- very simple, plus it's really two more versions rather than one. On Fri, Dec 7, 2012 at 3:22 PM, John Huss <[email protected]> wrote: > SessionContextRequestHandler
