Hello,

I just ran across a phenomenon that I would like to confirm:

My assumption was that for every request, a new HttpServletRequest instance
is created (I thought I had read this in the spec - the statement in the API
docs is rather weak). I relied on this for some initialization logic, which
tested "this.request == newRequest".

It seems, however, that orion re-uses request instances in some random way.
I thus end up with an identical instance, whose state (e.g., request
parameters) may have changed.

Question: is this correct? standard-conformant?

thanks, Chris


Reply via email to