src/main/webapp/WEB-INF/web.xml

changeset 254
55ca6cafc3dd
parent 72
0646c14e36fb
child 279
d73537b925af
     1.1 --- a/src/main/webapp/WEB-INF/web.xml	Tue Nov 01 21:31:15 2022 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/web.xml	Wed Dec 28 13:21:30 2022 +0100
     1.3 @@ -1,6 +1,8 @@
     1.4  <?xml version="1.0" encoding="UTF-8"?>
     1.5 -<web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.6 -         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
     1.7 +<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
     1.8 +         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.9 +         xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
    1.10 +         version="6.0">
    1.11      <session-config>
    1.12          <session-timeout>
    1.13              30

mercurial