https://bz.apache.org/bugzilla/show_bug.cgi?id=66554
Remy Maucherat <r...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #3 from Remy Maucherat <r...@apache.org> --- (In reply to SESAME from comment #2) > Created attachment 38531 [details] > server.xml Thanks. So after reviewing it, the issue is caused by the fact that the session id generator is always created during start in the webapp classloader context (other platforms won't see any issue since they would simply use the system seed, it seems yours would not and creates that seed thread). While it would be possible to make the context switch more precise, it is mostly a waste of time IMO. The most reasonable option would be to init this ahead of time. Maybe something like getting some bytes from a Random in StandardServer.initInternal, or something like that, would be the best plan. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org