Skip to content

Commit

Permalink
Merge pull request #3 from cicsdev/patch-xmlns
Browse files Browse the repository at this point in the history
Update web.xml to remove trailing slash on xmlns
  • Loading branch information
SoftlySplinter authored Oct 14, 2024
2 parents 24c94e2 + e4f83ed commit 19dcd81
Showing 1 changed file with 1 addition and 1 deletion.
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">
<display-name>com.ibm.cicsdev.jdbc.web</display-name>
Expand Down

0 comments on commit 19dcd81

Please sign in to comment.