Hi Apache CXF team, I would like to consult with you if it is something that I worry about. I have heard that when ue threadpool, we need to clean up ThreadLocals that we set to prevent potential PermGen spance issue. Currently our application is using threadpool. I am looking at org.apache.cxf.fediz.example.SecurityTokenThreadLocal.java class and I only see set() and get() method. Do I need to unset the token at some point?
Thanks in advance. Gina -- View this message in context: http://cxf.547215.n5.nabble.com/Fediz-SSO-Do-we-need-to-unset-token-tp5716524.html Sent from the cxf-user mailing list archive at Nabble.com.
