On 7/15/07, Maurice Marrink <[EMAIL PROTECTED]> wrote:
> I just noticed that running the following minimal junittest fails.
> WicketTester mock=new WicketTester();
> mock.setupRequestAndResponse();
> mock.processRequestCycle();
> mock.destroy();
> assertNull(Session.get()); //actually should throw
> IllegalStateException but ....
>
> I would expect the threadlocal Session to be gone after the request
> had been processed but it is even available after the application has
> been destroyed.
> Or am i missing something?

Could you open an issue for this Maurice? Thanks,

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to