> > In this case, since Request is not thread-safe, the documentation should > include something about not sharing the request or the collection returned > by getCookies(). Ideally, we would be able to add annotations to the return > type so we could say: >
I'm looking at the penalties associated with making Request and Response thread-safe (due to my work on the async stuff), and so far, I believe the costs are trivial if the proper concurrency mechanisms are applied ... research continues.

