We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a131006 commit 55a4daaCopy full SHA for 55a4daa
src/main/webapp/WEB-INF/web.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
5
- version="5.0">
+ xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
+ version="6.0">
6
7
<filter>
8
<filter-name>LogbookFilter</filter-name>
0 commit comments