On 27/02/2014 15:01, Lorenzo Fini wrote:
> Hi Mark,
> 
> if I am just doing request.getSession() on the request that I receive, how
> can it be an application error?

That would depend on where the object named "request" was obtained from.

> I do no store any request or session..

In which case, I refer you to the answer I provided earlier:

>> This is either an application bug or a bug in
>> com.abovo.gc.plata.filter.AuthenticationFilter that is retaining and
>> using a reference to a request object from a previous request rather
>> than using the request object for the current request.

The application code was not the only possible source of the bug.

Strictly, since you failed to provide the full stack trace, there is a
third option that some as yet undisclosed component is retaining the
reference to the request object.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to