Skip to content

Commit 3c39d9a

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Remove security details
Security isn't included as part of this sample, so trimmed this down just to the app name.
1 parent dbe616e commit 3c39d9a

File tree

1 file changed

+1
-20
lines changed
  • cics-eventprocessing-java/cics-eventprocessing-java-webapp/src/main/webapp/WEB-INF

1 file changed

+1
-20
lines changed
Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,4 @@
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>

0 commit comments

Comments
 (0)