File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
cics-eventprocessing-java/cics-eventprocessing-java-webapp/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
3- <display-name >cics-eventprocessing-java</display-name >
4- <login-config >
5- <auth-method >BASIC</auth-method >
6- </login-config >
7- <security-constraint >
8- <display-name >com.ibm.cicsdev.eventprocessing</display-name >
9- <web-resource-collection >
10- <web-resource-name >com.ibm.cicsdev.eventprocessing</web-resource-name >
11- <description >Protection rules for all servlets</description >
12- <url-pattern >/*</url-pattern >
13- </web-resource-collection >
14- <auth-constraint >
15- <description >All Authenticated users </description >
16- <role-name >cicsAllAuthenticated</role-name >
17- </auth-constraint >
18- </security-constraint >
19- <security-role >
20- <description >The CICS cicsAllAuthenticated role</description >
21- <role-name >cicsAllAuthenticated</role-name >
22- </security-role >
3+ <display-name >cics-eventprocessing-java</display-name >
234</web-app >
You can’t perform that action at this time.
0 commit comments