2012/11/27  <ma...@apache.org>:
> Author: markt
> Date: Tue Nov 27 09:52:09 2012
> New Revision: 1414046
>
> URL: http://svn.apache.org/viewvc?rev=1414046&view=rev
> Log:
> Add a web-fragment.xml to tomcat-websocket.jar so it has a standard name.
>
> Added:
>     tomcat/trunk/res/META-INF/tomcat-websocket.jar/web-fragment.xml   (with 
> props)
>
> @@ -0,0 +1,25 @@
>(...)
> +<web-fragment xmlns="http://java.sun.com/xml/ns/javaee";
> +  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> +  xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> +                      http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd";
> +  version="3.0"
> +  metadata-complete="false">

Why metadata-complete="false" on this fragment?

My understanding is that this jar does not contribute
servlets/filters/listeners to the web application via annotations so I
think "true" will be more appropriate here
(and SCI processing happens regardless of the value).

> +  <name>org.apache.tomcat.websocket</name>
> +</web-fragment>

Best regards,
Konstantin Kolinko

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

Reply via email to