https://bz.apache.org/bugzilla/show_bug.cgi?id=66554

Remy Maucherat <r...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Remy Maucherat <r...@apache.org> ---
It's mostly a warning (which can be disabled). This thread was apparently
started while the context CL was set to the app's, and so that causes a leak if
you reload the said app. This can happen if somehow the random has not been
used before going into the app and it uses it first, and if the internal seed
provider is being used.

I don't quite understand how that can happen since the default manager will
initialize and use the session id generator on start. The thread should be
started at that point. Please provide the Tomcat configuration used
(server.xml).

"I think on windows or linux there would be the same error"
Actually, it would be far more likely to rely on OS provided features in that
case (you can read the JDK sources), so no I don't think the issue will occur.

-- 
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

Reply via email to