billbarker 2004/02/22 15:35:45 Modified: src/examples/jsp/security error.txt index.jsp index.txt login.txt policy.jsp security.html src/examples/jsp/security/login error.jsp login.jsp src/examples/jsp/security/protected index.jsp Log: Updating to the Apache License v2.0. Revision Changes Path 1.3 +15 -0 jakarta-tomcat/src/examples/jsp/security/error.txt Index: error.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/error.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- error.txt 9 Oct 2000 02:38:14 -0000 1.2 +++ error.txt 22 Feb 2004 23:35:45 -0000 1.3 @@ -1,4 +1,19 @@ <html> +<!-- + Copyright 1999-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. +--> <head> <title>Login Error</title> </head> 1.2 +14 -3 jakarta-tomcat/src/examples/jsp/security/index.jsp Index: index.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/index.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.jsp 9 Mar 2001 22:54:06 -0000 1.1 +++ index.jsp 22 Feb 2004 23:35:45 -0000 1.2 @@ -1,7 +1,18 @@ <html> -<!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. +<!-- + Copyright 1999-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. --> <body bgcolor="white"> 1.3 +15 -0 jakarta-tomcat/src/examples/jsp/security/index.txt Index: index.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/index.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.txt 9 Oct 2000 02:38:14 -0000 1.2 +++ index.txt 22 Feb 2004 23:35:45 -0000 1.3 @@ -1,4 +1,19 @@ <html> +<!-- + Copyright 1999-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. +--> <head> <title>Protected Area Page</title> </head> 1.3 +15 -0 jakarta-tomcat/src/examples/jsp/security/login.txt Index: login.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/login.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- login.txt 9 Oct 2000 02:38:14 -0000 1.2 +++ login.txt 22 Feb 2004 23:35:45 -0000 1.3 @@ -1,4 +1,19 @@ <html> +<!-- + Copyright 1999-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. +--> <body> <h1>Login page for examples</h1> 1.2 +15 -0 jakarta-tomcat/src/examples/jsp/security/policy.jsp Index: policy.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/policy.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- policy.jsp 30 Aug 2000 05:39:28 -0000 1.1 +++ policy.jsp 22 Feb 2004 23:35:45 -0000 1.2 @@ -1,3 +1,18 @@ +<!-- + Copyright 1999-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. +--> <h1>Security test </h1> Attempting to create /tmp/sectest 1.4 +14 -3 jakarta-tomcat/src/examples/jsp/security/security.html Index: security.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/security.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- security.html 10 Mar 2001 03:00:56 -0000 1.3 +++ security.html 22 Feb 2004 23:35:45 -0000 1.4 @@ -1,7 +1,18 @@ <html> -<!-- - Copyright (c) 1999 The Apache Software Foundation. All rights - reserved. +<!-- + Copyright 1999-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. --> <head> 1.2 +15 -0 jakarta-tomcat/src/examples/jsp/security/login/error.jsp Index: error.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/login/error.jsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- error.jsp 31 Mar 2000 20:59:46 -0000 1.1 +++ error.jsp 22 Feb 2004 23:35:45 -0000 1.2 @@ -1,4 +1,19 @@ <html> +<!-- + Copyright 1999-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. +--> <head> <title>Login Error</title> </head> 1.4 +15 -0 jakarta-tomcat/src/examples/jsp/security/login/login.jsp Index: login.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/login/login.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- login.jsp 9 Mar 2001 22:54:06 -0000 1.3 +++ login.jsp 22 Feb 2004 23:35:45 -0000 1.4 @@ -1,4 +1,19 @@ <html> +<!-- + Copyright 1999-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. +--> <body> <h1>Login page for examples</h1> 1.4 +15 -0 jakarta-tomcat/src/examples/jsp/security/protected/index.jsp Index: index.jsp =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/examples/jsp/security/protected/index.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.jsp 6 Apr 2000 17:49:22 -0000 1.3 +++ index.jsp 22 Feb 2004 23:35:45 -0000 1.4 @@ -1,4 +1,19 @@ <html> +<!-- + Copyright 1999-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. +--> <head> <title>Protected Area Page</title> </head>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]