]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-22: Remove obsolete jaas security config.
authorRay Lee <rhlee@berkeley.edu>
Tue, 19 Jul 2016 19:47:24 +0000 (12:47 -0700)
committerRay Lee <rhlee@berkeley.edu>
Fri, 22 Jul 2016 23:48:10 +0000 (16:48 -0700)
services/JaxRsServiceProvider/src/main/webapp/WEB-INF/web.xml
services/authentication/service/src/main/resources/config/jboss-web-security-config.xml [deleted file]
services/authentication/service/src/main/resources/config/web-security-config.xml [deleted file]

index 43eab9bd474c02d69681d591d4fd4a9e57bb1ec3..0aaf52115103a84bd564093c0a73537fd4f16326 100644 (file)
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">    
     <display-name>CollectionSpace Services</display-name>
        
-    <!-- 
-    <login-config>
-        <auth-method>BASIC</auth-method>
-        <realm-name>CollectionSpace realm</realm-name>
-    </login-config>
-     -->
-
        <env-entry>
         <description>Sets the logging context for the Tiger web-app</description>
         <env-entry-name>cspace-logging-context</env-entry-name>
diff --git a/services/authentication/service/src/main/resources/config/jboss-web-security-config.xml b/services/authentication/service/src/main/resources/config/jboss-web-security-config.xml
deleted file mode 100644 (file)
index 69b1c7a..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-    Copyright 2009 University of California at Berkeley
-    Licensed under the Educational Community License (ECL), Version 2.0.
-    You may not use this file except in compliance with this License.
-    
-    Document   : jboss-web-security-config.xml
-    Created on : June 19, 2009, 9:58 AM
-    Author     : 
-    Description:
-        jboss-web.xml snippet for config for JAAS 
--->
-
-<!-- copy the following into jboss-web.xml of cspace-services.war -->
- <!-- All secure web resources will use this security domain -->
-<security-domain>java:/jaas/cspace</security-domain>
diff --git a/services/authentication/service/src/main/resources/config/web-security-config.xml b/services/authentication/service/src/main/resources/config/web-security-config.xml
deleted file mode 100644 (file)
index 61e1e08..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-    Copyright 2009 University of California at Berkeley
-    Licensed under the Educational Community License (ECL), Version 2.0.
-    You may not use this file except in compliance with this License.
-    
-    Document   : web-security-config.xml.xml
-    Created on : June 19, 2009, 10:04 AM
-    Author     : 
-    Description:
-        web.xml snippet for security configuration
--->
-<!-- copy the following into web.xml of cspace-services.war -->
-    <security-constraint>
-        <web-resource-collection>
-            <web-resource-name>CollectionSpace Services</web-resource-name>
-            <url-pattern>/*</url-pattern>
-        </web-resource-collection>
-        <auth-constraint>
-            <role-name>*</role-name>
-        </auth-constraint>
-
-        <user-data-constraint>
-            <transport-guarantee>NONE</transport-guarantee>
-        </user-data-constraint>
-    </security-constraint>
-
-    <login-config>
-        <auth-method>BASIC</auth-method>
-        <realm-name>CollectionSpace realm</realm-name>
-    </login-config>
\ No newline at end of file