refacto: devWeb - remove max warning as possible (back)

This commit is contained in:
kmitresse
2024-05-01 15:17:30 +02:00
parent 0741b5ce94
commit 1270077aef
22 changed files with 362 additions and 105 deletions
@@ -3,12 +3,6 @@
xmlns="https://jakarta.ee/xml/ns/jakartaee"
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd"
version="5.0">
<listener>
<listener-class>
uppa.project.listener.SessionServletContextListener
</listener-class>
</listener>
<filter>
<filter-name>AuthenticationFilter</filter-name>
<filter-class>uppa.project.web.filter.AuthenticationFilter</filter-class>