tandraschko opened a new pull request #476:
URL: https://github.com/apache/tomcat/pull/476


   we currently have a weird case, where it seems that our session-manager 
seems to use the wrong CL (memcached-session-manager), and therefore a 
ClassNotFoundException is logged.
   Nevertheless, it only happens on the second request, where the method infos 
are already loaded.
   
   So this PR improves the performance a bit as the lookup isnt done anymore 
for cases, where the infos are already loaded and it fixes our special case.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to