I'm running into a startup problem using Tomcat 8 and Java 8
during annotation scanning.
I get many error messages similar to these two:
Jun 30, 2014 12:44:26 PM org.apache.catalina.startup.ContextConfig
processAnnotationsWebResource
SEVERE: Unable to process web resource
[/WEB-INF/classes/com/fo
I've noticed that after upgrading from Tomcat 6.0.18 to
Tomcat 6.0.20 my comet servlet is now receiving two
EventType.END events in a row when a client disconnects.
I can duplicate with a simple test case (attached below)
and I've verified that it happens in the svn repository
under tc6.0.x/trun