]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-225, CSPACE-226 removed extra file extension, forgot with checkin#304
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 1 Jul 2009 19:15:21 +0000 (19:15 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 1 Jul 2009 19:15:21 +0000 (19:15 +0000)
services/authentication/src/main/resources/config/web-security-config.xml.xml [deleted file]

diff --git a/services/authentication/src/main/resources/config/web-security-config.xml.xml b/services/authentication/src/main/resources/config/web-security-config.xml.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