Fix version on all ee11 web xml files (after change to 6.1 xsd)
This commit is contained in:
parent
14342111cb
commit
3e571fb015
|
@ -4,7 +4,7 @@
|
|||
xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-fragment_6_0.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
<name>ardvaark</name>
|
||||
</web-fragment>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-fragment_6_0.xsd"
|
||||
metadata-complete="true"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<name>badger</name>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test 31 WebApp</display-name>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="true"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test 31 WebApp</display-name>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- This file contains the default descriptor for web applications. -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>EE10 Demo Jetty Websocket WebApp</display-name>
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
<description>Test webapp for JSTL</description>
|
||||
</web-app>
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>WebApp With Resources</display-name>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- This file contains the default descriptor for web applications. -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test WebApp</display-name>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Very Simple Bad Websocket Application</display-name>
|
||||
</web-app>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Intentionally Bad Init</display-name>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<servlet>
|
||||
<servlet-name>h1</servlet-name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
<display-name>Intentional Deployment Error WebApp</display-name>
|
||||
</web-app>
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- This file contains the default descriptor for web applications. -->
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="true"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test JMX WebApp</display-name>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
<servlet>
|
||||
<servlet-name>logservlet</servlet-name>
|
||||
<servlet-class>org.eclipse.jetty.ee11.log4j2.LogServlet</servlet-class>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<login-config>
|
||||
<auth-method>OPENID</auth-method>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
<display-name>OWB CDI Integration Test WebApp</display-name>
|
||||
|
||||
<!-- This will be required by the SCI org.apache.webbeans.servlet.WebBeansConfigurationListener$Auto
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Very Simple Web Application</display-name>
|
||||
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
</web-app>
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
</web-app>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Very Simple Websocket Application</display-name>
|
||||
</web-app>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
<display-name>Weld CDI Integration Test WebApp</display-name>
|
||||
|
||||
<listener>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- This file contains the default descriptor for web applications. -->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test 4 WebApp</display-name>
|
||||
<default-context-path>/three</default-context-path>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test 4 WebApp</display-name>
|
||||
<default-context-path>/one</default-context-path>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Bad Redefine Default Servlet Mapping WebApp</display-name>
|
||||
<servlet>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Redefine Default Servlet Mapping WebApp</display-name>
|
||||
<servlet>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test 4 WebApp</display-name>
|
||||
<session-config>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test 4 WebApp</display-name>
|
||||
<default-context-path>/two</default-context-path>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<display-name>Test 4 WebApp</display-name>
|
||||
<default-context-path></default-context-path>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<servlet>
|
||||
<servlet-name>zedName</servlet-name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<servlet>
|
||||
<servlet-name>GetResourceServlet</servlet-name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<context-param>
|
||||
<param-name>org.eclipse.jetty.websocket.jakarta.addDynamicFilter</param-name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<listener>
|
||||
<listener-class>org.eclipse.jetty.websocket.jakarta.tests.server.InfoContextAltAttributeListener</listener-class>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<!-- disable Jakarta WebSockets -->
|
||||
<context-param>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<!-- disable Jakarta Websockets -->
|
||||
<context-param>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<filter>
|
||||
<filter-name>wsuf-alt</filter-name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_1.xsd"
|
||||
metadata-complete="false"
|
||||
version="6.0">
|
||||
version="6.1">
|
||||
|
||||
<!-- Add the custom filter first. -->
|
||||
<filter>
|
||||
|
|
Loading…
Reference in New Issue