You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by fachhoch <fa...@gmail.com> on 2013/03/13 19:46:27 UTC

clean up all threadlocal objects

I want to clean up all my threadlocal values at the end of request, any
suggestions where I can plug code to cleanup all my threadlocals ?




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/clean-up-all-threadlocal-objects-tp4657222.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: clean up all threadlocal objects

Posted by Hans Lesmeister 2 <ha...@lessy-software.de>.
You could probably use a filter in your web.xml or add a request cycle
listener and implement onEndRequest



-----
-- 
Regards, 
Hans 

http://cantaa.de 

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/clean-up-all-threadlocal-objects-tp4657222p4657228.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org