gdamour 2004/03/10 01:59:27
Modified: modules/security maven.xml project.properties project.xml
modules/security/src/deploy security-service.xml
modules/security/src/etc/META-INF geronimo-service.xml
modules/security/src/java/org/apache/geronimo/security
ContextManager.java GeronimoSecurityException.java
GeronimoSecurityPermission.java
PrimaryRealmPrincipal.java RealmPrincipal.java
SecurityService.java
modules/security/src/java/org/apache/geronimo/security/bridge
AbstractPrincipalMappingUserPasswordRealmBridge.java
AbstractRealmBridge.java
CallerIdentityUserPasswordRealmBridge.java
ConfiguredIdentityUserPasswordRealmBridge.java
PropertiesFilePrincipalMappingUserPasswordRealmBridge.java
modules/security/src/java/org/apache/geronimo/security/jaas
GeronimoLoginConfiguration.java
modules/security/src/java/org/apache/geronimo/security/jacc
AbstractModuleConfiguration.java
EJBModuleConfiguration.java GeronimoPolicy.java
GeronimoPolicyConfiguration.java
GeronimoPolicyConfigurationFactory.java
ModuleConfiguration.java
PolicyConfigurationEJB.java
PolicyConfigurationGeneric.java
PolicyConfigurationWeb.java
PolicyContextHandlerContainerSubject.java
PolicyContextHandlerHttpServletRequest.java
PolicyContextHandlerSOAPMessage.java
RoleMappingConfiguration.java
WebModuleConfiguration.java
modules/security/src/java/org/apache/geronimo/security/network/protocol
PassthroughDownPacket.java PassthroughUpPacket.java
SubjectCarryingClientProtocol.java
SubjectCarryingPacketReader.java
SubjectCarryingPackets.java
SubjectCarryingServerProtocol.java
SubjectCarryingUpPacket.java
SubjectCaryingDownPacket.java
modules/security/src/java/org/apache/geronimo/security/realm
SecurityRealm.java
modules/security/src/java/org/apache/geronimo/security/realm/providers
AbstractSecurityRealm.java
GeronimoPasswordCredential.java
GeronimoPasswordCredentialLoginModule.java
PropertiesFileGroupPrincipal.java
PropertiesFileLoginModule.java
PropertiesFileSecurityRealm.java
PropertiesFileUserPrincipal.java
SQLGroupPrincipal.java SQLLoginModule.java
SQLSecurityRealm.java
SQLSecurityRealmPasswordDigested.java
SQLUserPrincipal.java
modules/security/src/java/org/apache/geronimo/security/util
ConfigurationUtil.java URLPattern.java
URLPatternCheck.java
modules/security/src/schema geronimo-security.xsd
modules/security/src/test/org/apache/geronimo/security
AbstractLoaderUtilTest.java AbstractTest.java
EjbModuleConfigurationTest.java
SecurityServiceTest.java
WebModuleConfigurationTest.java
modules/security/src/test/org/apache/geronimo/security/bridge
AbstractBridgeTest.java
AbstractUserPasswordBridgeTest.java
CallerIdentityUserPasswordBridgeTest.java
ConfiguredIdentityUserPasswordBridgeTest.java
MappingUserPasswordBridgeTest.java
TestLoginModule.java TestPrincipal.java
TestRealm.java
modules/security/src/test/org/apache/geronimo/security/jaas
LoginPropertiesFileTest.java LoginSQLTest.java
modules/security/src/test/org/apache/geronimo/security/network/protocol
SubjectCarryingProtocolTest.java TestProtocol.java
modules/security/src/test-data/data groups.properties
mapping.properties users.properties
modules/security/src/test-data/xml/deployment
geronimo-ejb-jar-testRead.xml geronimo-security.xml
geronimo-web-app-testRead.xml
modules/security/xdocs index.html navigation.xml
Added: modules/security NOTICE.txt
Log:
Reporters: David Jencks, Dain Sundstrom.
Copyright range fix subsequent to the License migration 1.1 => 2.0.
Revision Changes Path
1.3 +18 -1 incubator-geronimo/modules/security/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/security/maven.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maven.xml 12 Feb 2004 08:14:05 -0000 1.2
+++ maven.xml 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->
1.4 +18 -1 incubator-geronimo/modules/security/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/security/project.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- project.properties 18 Feb 2004 22:16:33 -0000 1.3
+++ project.properties 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,4 +1,21 @@
##
+##
+## Copyright 2004 The Apache Software Foundation
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+##
+
+##
## $Revision$ $Date$
##
1.11 +18 -1 incubator-geronimo/modules/security/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/security/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.xml 10 Mar 2004 02:15:50 -0000 1.10
+++ project.xml 10 Mar 2004 09:59:25 -0000 1.11
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->
1.1 incubator-geronimo/modules/security/NOTICE.txt
Index: NOTICE.txt
===================================================================
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
1.3 +17 -0
incubator-geronimo/modules/security/src/deploy/security-service.xml
Index: security-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/deploy/security-service.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- security-service.xml 29 Jan 2004 14:00:12 -0000 1.2
+++ security-service.xml 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<components>
<class-space name="geronimo.system:role=ClassSpace,name=System"/>
1.5 +17 -0
incubator-geronimo/modules/security/src/etc/META-INF/geronimo-service.xml
Index: geronimo-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/etc/META-INF/geronimo-service.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- geronimo-service.xml 6 Feb 2004 08:27:50 -0000 1.4
+++ geronimo-service.xml 10 Mar 2004 09:59:25 -0000 1.5
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<gbeans>
<path>geronimo-security-DEV.jar</path>
<path>geronimo-spec-j2ee-jacc-DEV.jar</path>
1.7 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/ContextManager.java
Index: ContextManager.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/ContextManager.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ContextManager.java 25 Feb 2004 09:58:08 -0000 1.6
+++ ContextManager.java 10 Mar 2004 09:59:25 -0000 1.7
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/GeronimoSecurityException.java
Index: GeronimoSecurityException.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/GeronimoSecurityException.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GeronimoSecurityException.java 25 Feb 2004 09:58:08 -0000 1.3
+++ GeronimoSecurityException.java 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/GeronimoSecurityPermission.java
Index: GeronimoSecurityPermission.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/GeronimoSecurityPermission.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GeronimoSecurityPermission.java 25 Feb 2004 09:58:08 -0000 1.3
+++ GeronimoSecurityPermission.java 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/PrimaryRealmPrincipal.java
Index: PrimaryRealmPrincipal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/PrimaryRealmPrincipal.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PrimaryRealmPrincipal.java 25 Feb 2004 09:58:08 -0000 1.3
+++ PrimaryRealmPrincipal.java 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/RealmPrincipal.java
Index: RealmPrincipal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/RealmPrincipal.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- RealmPrincipal.java 25 Feb 2004 09:58:08 -0000 1.4
+++ RealmPrincipal.java 10 Mar 2004 09:59:25 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/SecurityService.java
Index: SecurityService.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/SecurityService.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SecurityService.java 25 Feb 2004 09:58:08 -0000 1.4
+++ SecurityService.java 10 Mar 2004 09:59:25 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/AbstractPrincipalMappingUserPasswordRealmBridge.java
Index: AbstractPrincipalMappingUserPasswordRealmBridge.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/AbstractPrincipalMappingUserPasswordRealmBridge.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractPrincipalMappingUserPasswordRealmBridge.java 25 Feb 2004
09:58:08 -0000 1.3
+++ AbstractPrincipalMappingUserPasswordRealmBridge.java 10 Mar 2004
09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/AbstractRealmBridge.java
Index: AbstractRealmBridge.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/AbstractRealmBridge.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractRealmBridge.java 25 Feb 2004 09:58:08 -0000 1.3
+++ AbstractRealmBridge.java 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/CallerIdentityUserPasswordRealmBridge.java
Index: CallerIdentityUserPasswordRealmBridge.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/CallerIdentityUserPasswordRealmBridge.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CallerIdentityUserPasswordRealmBridge.java 25 Feb 2004 09:58:08
-0000 1.3
+++ CallerIdentityUserPasswordRealmBridge.java 10 Mar 2004 09:59:25
-0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/ConfiguredIdentityUserPasswordRealmBridge.java
Index: ConfiguredIdentityUserPasswordRealmBridge.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/ConfiguredIdentityUserPasswordRealmBridge.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfiguredIdentityUserPasswordRealmBridge.java 25 Feb 2004 09:58:08
-0000 1.3
+++ ConfiguredIdentityUserPasswordRealmBridge.java 10 Mar 2004 09:59:25
-0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/PropertiesFilePrincipalMappingUserPasswordRealmBridge.java
Index: PropertiesFilePrincipalMappingUserPasswordRealmBridge.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/bridge/PropertiesFilePrincipalMappingUserPasswordRealmBridge.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PropertiesFilePrincipalMappingUserPasswordRealmBridge.java 25 Feb
2004 09:58:08 -0000 1.3
+++ PropertiesFilePrincipalMappingUserPasswordRealmBridge.java 10 Mar
2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jaas/GeronimoLoginConfiguration.java
Index: GeronimoLoginConfiguration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jaas/GeronimoLoginConfiguration.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GeronimoLoginConfiguration.java 25 Feb 2004 09:58:09 -0000 1.3
+++ GeronimoLoginConfiguration.java 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/AbstractModuleConfiguration.java
Index: AbstractModuleConfiguration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/AbstractModuleConfiguration.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractModuleConfiguration.java 25 Feb 2004 09:58:09 -0000 1.2
+++ AbstractModuleConfiguration.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/EJBModuleConfiguration.java
Index: EJBModuleConfiguration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/EJBModuleConfiguration.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EJBModuleConfiguration.java 25 Feb 2004 09:58:09 -0000 1.3
+++ EJBModuleConfiguration.java 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/GeronimoPolicy.java
Index: GeronimoPolicy.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/GeronimoPolicy.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- GeronimoPolicy.java 25 Feb 2004 09:58:09 -0000 1.2
+++ GeronimoPolicy.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/GeronimoPolicyConfiguration.java
Index: GeronimoPolicyConfiguration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/GeronimoPolicyConfiguration.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- GeronimoPolicyConfiguration.java 25 Feb 2004 09:58:09 -0000 1.2
+++ GeronimoPolicyConfiguration.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/GeronimoPolicyConfigurationFactory.java
Index: GeronimoPolicyConfigurationFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/GeronimoPolicyConfigurationFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- GeronimoPolicyConfigurationFactory.java 25 Feb 2004 09:58:09 -0000
1.2
+++ GeronimoPolicyConfigurationFactory.java 10 Mar 2004 09:59:25 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/ModuleConfiguration.java
Index: ModuleConfiguration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/ModuleConfiguration.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ModuleConfiguration.java 25 Feb 2004 09:58:09 -0000 1.2
+++ ModuleConfiguration.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyConfigurationEJB.java
Index: PolicyConfigurationEJB.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyConfigurationEJB.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PolicyConfigurationEJB.java 25 Feb 2004 09:58:09 -0000 1.2
+++ PolicyConfigurationEJB.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyConfigurationGeneric.java
Index: PolicyConfigurationGeneric.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyConfigurationGeneric.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PolicyConfigurationGeneric.java 25 Feb 2004 09:58:09 -0000 1.2
+++ PolicyConfigurationGeneric.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyConfigurationWeb.java
Index: PolicyConfigurationWeb.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyConfigurationWeb.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PolicyConfigurationWeb.java 25 Feb 2004 09:58:09 -0000 1.2
+++ PolicyConfigurationWeb.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyContextHandlerContainerSubject.java
Index: PolicyContextHandlerContainerSubject.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyContextHandlerContainerSubject.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PolicyContextHandlerContainerSubject.java 25 Feb 2004 09:58:09 -0000
1.2
+++ PolicyContextHandlerContainerSubject.java 10 Mar 2004 09:59:25 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyContextHandlerHttpServletRequest.java
Index: PolicyContextHandlerHttpServletRequest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyContextHandlerHttpServletRequest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PolicyContextHandlerHttpServletRequest.java 25 Feb 2004 09:58:09
-0000 1.2
+++ PolicyContextHandlerHttpServletRequest.java 10 Mar 2004 09:59:25
-0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyContextHandlerSOAPMessage.java
Index: PolicyContextHandlerSOAPMessage.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/PolicyContextHandlerSOAPMessage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PolicyContextHandlerSOAPMessage.java 25 Feb 2004 09:58:09 -0000
1.2
+++ PolicyContextHandlerSOAPMessage.java 10 Mar 2004 09:59:25 -0000
1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/RoleMappingConfiguration.java
Index: RoleMappingConfiguration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/RoleMappingConfiguration.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RoleMappingConfiguration.java 25 Feb 2004 09:58:09 -0000 1.2
+++ RoleMappingConfiguration.java 10 Mar 2004 09:59:25 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/WebModuleConfiguration.java
Index: WebModuleConfiguration.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/jacc/WebModuleConfiguration.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WebModuleConfiguration.java 25 Feb 2004 09:58:09 -0000 1.3
+++ WebModuleConfiguration.java 10 Mar 2004 09:59:25 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/PassthroughDownPacket.java
Index: PassthroughDownPacket.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/PassthroughDownPacket.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PassthroughDownPacket.java 10 Mar 2004 02:15:50 -0000 1.1
+++ PassthroughDownPacket.java 10 Mar 2004 09:59:26 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import java.util.Collection;
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/PassthroughUpPacket.java
Index: PassthroughUpPacket.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/PassthroughUpPacket.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PassthroughUpPacket.java 10 Mar 2004 02:15:50 -0000 1.1
+++ PassthroughUpPacket.java 10 Mar 2004 09:59:26 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import java.nio.ByteBuffer;
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingClientProtocol.java
Index: SubjectCarryingClientProtocol.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingClientProtocol.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SubjectCarryingClientProtocol.java 10 Mar 2004 02:15:50 -0000
1.1
+++ SubjectCarryingClientProtocol.java 10 Mar 2004 09:59:26 -0000
1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import javax.security.auth.Subject;
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingPacketReader.java
Index: SubjectCarryingPacketReader.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingPacketReader.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SubjectCarryingPacketReader.java 10 Mar 2004 02:15:50 -0000 1.1
+++ SubjectCarryingPacketReader.java 10 Mar 2004 09:59:26 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import org.apache.geronimo.network.protocol.util.ByteKeyUpPacketReader;
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingPackets.java
Index: SubjectCarryingPackets.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingPackets.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SubjectCarryingPackets.java 10 Mar 2004 02:15:50 -0000 1.1
+++ SubjectCarryingPackets.java 10 Mar 2004 09:59:26 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
/**
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingServerProtocol.java
Index: SubjectCarryingServerProtocol.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingServerProtocol.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SubjectCarryingServerProtocol.java 10 Mar 2004 02:15:50 -0000
1.1
+++ SubjectCarryingServerProtocol.java 10 Mar 2004 09:59:26 -0000
1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import javax.security.auth.Subject;
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingUpPacket.java
Index: SubjectCarryingUpPacket.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCarryingUpPacket.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SubjectCarryingUpPacket.java 10 Mar 2004 02:15:50 -0000 1.1
+++ SubjectCarryingUpPacket.java 10 Mar 2004 09:59:26 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import java.nio.ByteBuffer;
1.2 +2 -1
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCaryingDownPacket.java
Index: SubjectCaryingDownPacket.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/network/protocol/SubjectCaryingDownPacket.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SubjectCaryingDownPacket.java 10 Mar 2004 02:15:50 -0000 1.1
+++ SubjectCaryingDownPacket.java 10 Mar 2004 09:59:26 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import java.util.ArrayList;
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/SecurityRealm.java
Index: SecurityRealm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/SecurityRealm.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SecurityRealm.java 25 Feb 2004 09:58:09 -0000 1.3
+++ SecurityRealm.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/AbstractSecurityRealm.java
Index: AbstractSecurityRealm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/AbstractSecurityRealm.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractSecurityRealm.java 25 Feb 2004 09:58:09 -0000 1.3
+++ AbstractSecurityRealm.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/GeronimoPasswordCredential.java
Index: GeronimoPasswordCredential.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/GeronimoPasswordCredential.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GeronimoPasswordCredential.java 25 Feb 2004 09:58:09 -0000 1.3
+++ GeronimoPasswordCredential.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/GeronimoPasswordCredentialLoginModule.java
Index: GeronimoPasswordCredentialLoginModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/GeronimoPasswordCredentialLoginModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GeronimoPasswordCredentialLoginModule.java 25 Feb 2004 09:58:09
-0000 1.3
+++ GeronimoPasswordCredentialLoginModule.java 10 Mar 2004 09:59:26
-0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileGroupPrincipal.java
Index: PropertiesFileGroupPrincipal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileGroupPrincipal.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PropertiesFileGroupPrincipal.java 25 Feb 2004 09:58:09 -0000 1.3
+++ PropertiesFileGroupPrincipal.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileLoginModule.java
Index: PropertiesFileLoginModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileLoginModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PropertiesFileLoginModule.java 25 Feb 2004 09:58:09 -0000 1.3
+++ PropertiesFileLoginModule.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileSecurityRealm.java
Index: PropertiesFileSecurityRealm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileSecurityRealm.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PropertiesFileSecurityRealm.java 25 Feb 2004 09:58:09 -0000 1.3
+++ PropertiesFileSecurityRealm.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileUserPrincipal.java
Index: PropertiesFileUserPrincipal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/PropertiesFileUserPrincipal.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PropertiesFileUserPrincipal.java 25 Feb 2004 09:58:09 -0000 1.3
+++ PropertiesFileUserPrincipal.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLGroupPrincipal.java
Index: SQLGroupPrincipal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLGroupPrincipal.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SQLGroupPrincipal.java 25 Feb 2004 09:58:09 -0000 1.3
+++ SQLGroupPrincipal.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLLoginModule.java
Index: SQLLoginModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLLoginModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SQLLoginModule.java 25 Feb 2004 09:58:09 -0000 1.3
+++ SQLLoginModule.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLSecurityRealm.java
Index: SQLSecurityRealm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLSecurityRealm.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SQLSecurityRealm.java 25 Feb 2004 09:58:09 -0000 1.3
+++ SQLSecurityRealm.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLSecurityRealmPasswordDigested.java
Index: SQLSecurityRealmPasswordDigested.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLSecurityRealmPasswordDigested.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SQLSecurityRealmPasswordDigested.java 25 Feb 2004 09:58:09 -0000
1.3
+++ SQLSecurityRealmPasswordDigested.java 10 Mar 2004 09:59:26 -0000
1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLUserPrincipal.java
Index: SQLUserPrincipal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/realm/providers/SQLUserPrincipal.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SQLUserPrincipal.java 25 Feb 2004 09:58:09 -0000 1.3
+++ SQLUserPrincipal.java 10 Mar 2004 09:59:26 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/util/ConfigurationUtil.java
Index: ConfigurationUtil.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/util/ConfigurationUtil.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfigurationUtil.java 25 Feb 2004 09:58:10 -0000 1.3
+++ ConfigurationUtil.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/util/URLPattern.java
Index: URLPattern.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/util/URLPattern.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URLPattern.java 25 Feb 2004 09:58:10 -0000 1.2
+++ URLPattern.java 10 Mar 2004 09:59:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/util/URLPatternCheck.java
Index: URLPatternCheck.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/java/org/apache/geronimo/security/util/URLPatternCheck.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URLPatternCheck.java 25 Feb 2004 09:58:10 -0000 1.2
+++ URLPatternCheck.java 10 Mar 2004 09:59:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +17 -0
incubator-geronimo/modules/security/src/schema/geronimo-security.xsd
Index: geronimo-security.xsd
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/schema/geronimo-security.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geronimo-security.xsd 12 Feb 2004 16:29:00 -0000 1.2
+++ geronimo-security.xsd 10 Mar 2004 09:59:27 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<xsd:schema
targetNamespace="http://geronimo.apache.org/xml/ns/security"
xmlns:ger="http://geronimo.apache.org/xml/ns/security"
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/AbstractLoaderUtilTest.java
Index: AbstractLoaderUtilTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/AbstractLoaderUtilTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractLoaderUtilTest.java 25 Feb 2004 09:58:10 -0000 1.3
+++ AbstractLoaderUtilTest.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/AbstractTest.java
Index: AbstractTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/AbstractTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractTest.java 10 Mar 2004 02:15:50 -0000 1.3
+++ AbstractTest.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/EjbModuleConfigurationTest.java
Index: EjbModuleConfigurationTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/EjbModuleConfigurationTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- EjbModuleConfigurationTest.java 25 Feb 2004 09:58:10 -0000 1.3
+++ EjbModuleConfigurationTest.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/SecurityServiceTest.java
Index: SecurityServiceTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/SecurityServiceTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SecurityServiceTest.java 25 Feb 2004 09:58:10 -0000 1.4
+++ SecurityServiceTest.java 10 Mar 2004 09:59:27 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/WebModuleConfigurationTest.java
Index: WebModuleConfigurationTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/WebModuleConfigurationTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- WebModuleConfigurationTest.java 25 Feb 2004 09:58:10 -0000 1.3
+++ WebModuleConfigurationTest.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/AbstractBridgeTest.java
Index: AbstractBridgeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/AbstractBridgeTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractBridgeTest.java 25 Feb 2004 09:58:10 -0000 1.2
+++ AbstractBridgeTest.java 10 Mar 2004 09:59:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/AbstractUserPasswordBridgeTest.java
Index: AbstractUserPasswordBridgeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/AbstractUserPasswordBridgeTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AbstractUserPasswordBridgeTest.java 25 Feb 2004 09:58:10 -0000
1.3
+++ AbstractUserPasswordBridgeTest.java 10 Mar 2004 09:59:27 -0000
1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/CallerIdentityUserPasswordBridgeTest.java
Index: CallerIdentityUserPasswordBridgeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/CallerIdentityUserPasswordBridgeTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CallerIdentityUserPasswordBridgeTest.java 25 Feb 2004 09:58:10 -0000
1.3
+++ CallerIdentityUserPasswordBridgeTest.java 10 Mar 2004 09:59:27 -0000
1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/ConfiguredIdentityUserPasswordBridgeTest.java
Index: ConfiguredIdentityUserPasswordBridgeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/ConfiguredIdentityUserPasswordBridgeTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ConfiguredIdentityUserPasswordBridgeTest.java 25 Feb 2004 09:58:10
-0000 1.3
+++ ConfiguredIdentityUserPasswordBridgeTest.java 10 Mar 2004 09:59:27
-0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/MappingUserPasswordBridgeTest.java
Index: MappingUserPasswordBridgeTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/MappingUserPasswordBridgeTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- MappingUserPasswordBridgeTest.java 25 Feb 2004 09:58:10 -0000
1.3
+++ MappingUserPasswordBridgeTest.java 10 Mar 2004 09:59:27 -0000
1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/TestLoginModule.java
Index: TestLoginModule.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/TestLoginModule.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestLoginModule.java 25 Feb 2004 09:58:10 -0000 1.3
+++ TestLoginModule.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/TestPrincipal.java
Index: TestPrincipal.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/TestPrincipal.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestPrincipal.java 25 Feb 2004 09:58:10 -0000 1.3
+++ TestPrincipal.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.4 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/TestRealm.java
Index: TestRealm.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/bridge/TestRealm.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestRealm.java 25 Feb 2004 09:58:10 -0000 1.3
+++ TestRealm.java 10 Mar 2004 09:59:27 -0000 1.4
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.3 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/jaas/LoginPropertiesFileTest.java
Index: LoginPropertiesFileTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/jaas/LoginPropertiesFileTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LoginPropertiesFileTest.java 25 Feb 2004 09:58:10 -0000 1.2
+++ LoginPropertiesFileTest.java 10 Mar 2004 09:59:27 -0000 1.3
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.5 +2 -2
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/jaas/LoginSQLTest.java
Index: LoginSQLTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/jaas/LoginSQLTest.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- LoginSQLTest.java 10 Mar 2004 02:15:50 -0000 1.4
+++ LoginSQLTest.java 10 Mar 2004 09:59:27 -0000 1.5
@@ -1,6 +1,6 @@
/**
*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2003-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
1.2 +2 -1
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java
Index: SubjectCarryingProtocolTest.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/SubjectCarryingProtocolTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SubjectCarryingProtocolTest.java 10 Mar 2004 02:15:50 -0000 1.1
+++ SubjectCarryingProtocolTest.java 10 Mar 2004 09:59:27 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import javax.management.ObjectName;
1.2 +2 -1
incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/TestProtocol.java
Index: TestProtocol.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test/org/apache/geronimo/security/network/protocol/TestProtocol.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TestProtocol.java 10 Mar 2004 02:15:50 -0000 1.1
+++ TestProtocol.java 10 Mar 2004 09:59:27 -0000 1.2
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.geronimo.security.network.protocol;
import javax.security.auth.Subject;
1.2 +17 -0
incubator-geronimo/modules/security/src/test-data/data/groups.properties
Index: groups.properties
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test-data/data/groups.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- groups.properties 23 Jan 2004 06:47:08 -0000 1.1
+++ groups.properties 10 Mar 2004 09:59:27 -0000 1.2
@@ -1,3 +1,20 @@
+##
+##
+## Copyright 2004 The Apache Software Foundation
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+##
+
manager=izumi
it=alan
pet=george,gracie,metro
1.2 +17 -0
incubator-geronimo/modules/security/src/test-data/data/mapping.properties
Index: mapping.properties
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test-data/data/mapping.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mapping.properties 25 Jan 2004 17:55:35 -0000 1.1
+++ mapping.properties 10 Mar 2004 09:59:27 -0000 1.2
@@ -1,3 +1,20 @@
+##
+##
+## Copyright 2004 The Apache Software Foundation
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+##
+
izumi=a:A:pa
alan=b:B:pb
george=c:C:pc
1.2 +17 -0
incubator-geronimo/modules/security/src/test-data/data/users.properties
Index: users.properties
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test-data/data/users.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- users.properties 23 Jan 2004 06:47:08 -0000 1.1
+++ users.properties 10 Mar 2004 09:59:27 -0000 1.2
@@ -1,3 +1,20 @@
+##
+##
+## Copyright 2004 The Apache Software Foundation
+##
+## Licensed under the Apache License, Version 2.0 (the "License");
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+##
+
izumi=violin
alan=starcraft
george=bone
1.2 +17 -0
incubator-geronimo/modules/security/src/test-data/xml/deployment/geronimo-ejb-jar-testRead.xml
Index: geronimo-ejb-jar-testRead.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test-data/xml/deployment/geronimo-ejb-jar-testRead.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geronimo-ejb-jar-testRead.xml 23 Jan 2004 06:47:08 -0000 1.1
+++ geronimo-ejb-jar-testRead.xml 10 Mar 2004 09:59:27 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ger="http://geronimo.apache.org/xml/schema/j2ee"
1.3 +17 -0
incubator-geronimo/modules/security/src/test-data/xml/deployment/geronimo-security.xml
Index: geronimo-security.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test-data/xml/deployment/geronimo-security.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geronimo-security.xml 12 Feb 2004 16:29:00 -0000 1.2
+++ geronimo-security.xml 10 Mar 2004 09:59:27 -0000 1.3
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<security xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://geronimo.apache.org/xml/ns/security"
1.2 +17 -0
incubator-geronimo/modules/security/src/test-data/xml/deployment/geronimo-web-app-testRead.xml
Index: geronimo-web-app-testRead.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/security/src/test-data/xml/deployment/geronimo-web-app-testRead.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geronimo-web-app-testRead.xml 23 Jan 2004 06:47:08 -0000 1.1
+++ geronimo-web-app-testRead.xml 10 Mar 2004 09:59:27 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<web-app version="1.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:ger="http://geronimo.apache.org/xml/schema/j2ee"
1.2 +18 -1 incubator-geronimo/modules/security/xdocs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/security/xdocs/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html 23 Jan 2004 06:47:08 -0000 1.1
+++ index.html 10 Mar 2004 09:59:27 -0000 1.2
@@ -1,3 +1,20 @@
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- $Revision$ $Date$ -->
1.2 +18 -1 incubator-geronimo/modules/security/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/security/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 23 Jan 2004 06:47:08 -0000 1.1
+++ navigation.xml 10 Mar 2004 09:59:27 -0000 1.2
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Copyright 2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
<!-- $Revision$ $Date$ -->