Skip to content

Commit 5ab4abb

Browse files
authored
Update web.xml
Remove trailing slash from xmlns
1 parent cf4ff20 commit 5ab4abb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"
44
version="3.1">
55
<display-name>cics-java-liberty-springboot-transactions</display-name>
@@ -22,4 +22,4 @@
2222
<description>The CICS cicsAllAuthenticated role</description>
2323
<role-name>cicsAllAuthenticated</role-name>
2424
</security-role>
25-
</web-app>
25+
</web-app>

0 commit comments

Comments
 (0)