Skip to content

Commit

Permalink
Update web.xml
Browse files Browse the repository at this point in the history
Remove trailing slash from xmlns
  • Loading branch information
PhilWakelin authored Feb 5, 2024
1 parent d55feec commit 47dd322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
<login-config>
Expand All @@ -21,4 +21,4 @@
<description>The CICS cicsAllAuthenticated role</description>
<role-name>cicsAllAuthenticated</role-name>
</security-role>
</web-app>
</web-app>

0 comments on commit 47dd322

Please sign in to comment.