Author: kpreisser Date: Sun Oct 13 12:30:56 2013 New Revision: 1531680 URL: http://svn.apache.org/r1531680 Log: Allow the JSR 356 WebSocket examples using the programmatic API (Endpoint subclasses) to work as they use a ServletContextListener that has @WebListener annotation, which would not be called with metadata-complete="true".
Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Modified: tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml?rev=1531680&r1=1531679&r2=1531680&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml Sun Oct 13 12:30:56 2013 @@ -20,7 +20,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0" - metadata-complete="true"> + metadata-complete="false"> <description> Servlet and JSP Examples. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org