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 8716290 commit 54f1404Copy full SHA for 54f1404
src/main/webapp/WEB-INF/web.xml
@@ -1,5 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<web-app xmlns="http://java.sun.com/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_0.xsd" version="3.0">
+<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"
4
+ version="3.1">
5
<display-name>cics-java-liberty-springboot-jcics</display-name>
6
<login-config>
7
<auth-method>BASIC</auth-method>
0 commit comments