You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The destroy() method on Servlets created by the IServletFactory implementations is currently never called, which leaves resources open. In the case of JSP specifically, there is global state that is added to each time a JspServlet is initialized, and this is never reclaimed.
The text was updated successfully, but these errors were encountered:
The
destroy()
method on Servlets created by the IServletFactory implementations is currently never called, which leaves resources open. In the case of JSP specifically, there is global state that is added to each time a JspServlet is initialized, and this is never reclaimed.The text was updated successfully, but these errors were encountered: