Hi, We're using HTTP Client in our test suite to poke some Spring-MVC controllers.
One of them relies on a session attribute having being set. I'm having problems figuring out how to do this? When we were mocking things, we used Spring's MockHTTPServletRequest and could call getSession().setAttribute() on it. How can I do this with HTTPClient? cheers, David
