[EMAIL PROTECTED] wrote:
> 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.

ServletRequest is on the server.
HttpClient is on a client.

> How can I do this with HTTPClient?

You can't. Write servlet initialization code.

Is there something I am missing?

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to