removed metadata-complete=true from web.xml \n\nfixed https://support.d4science.org/issues/26888

This commit is contained in:
Alfredo Oliviero 2024-02-26 18:04:40 +01:00
parent c016637b38
commit 87500802bf
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0" version="4.0">
metadata-complete="true">
<display-name>Identity Manager Service</display-name> <display-name>Identity Manager Service</display-name>
<description> <description>
A gcube service - smartgears 4 A gcube service - smartgears 4