We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b1579 commit 143fefeCopy full SHA for 143fefe
src/main/webapp/WEB-INF/web.xml
@@ -1,6 +1,8 @@
1
<?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"
3
- xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"
+<web-app
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns="http://xmlns.jcp.org/xml/ns/javaee"
5
+ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
6
version="3.1">
7
<display-name>cics-java-liberty-springboot-jcics</display-name>
8
<login-config>
0 commit comments