Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@www.apache.org Received: (qmail 59733 invoked from network); 21 May 2004 18:38:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 May 2004 18:38:43 -0000 Received: (qmail 46176 invoked by uid 500); 21 May 2004 18:38:57 -0000 Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 46138 invoked by uid 500); 21 May 2004 18:38:57 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 46101 invoked by uid 500); 21 May 2004 18:38:57 -0000 Received: (qmail 46096 invoked by uid 500); 21 May 2004 18:38:56 -0000 Received: (qmail 46076 invoked by uid 98); 21 May 2004 18:38:56 -0000 Received: from taylor@apache.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(209.237.227.194):. Processed in 0.038799 secs); 21 May 2004 18:38:56 -0000 X-Qmail-Scanner-Mail-From: taylor@apache.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(209.237.227.194):. Processed in 0.038799 secs) Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by hermes.apache.org with SMTP; 21 May 2004 18:38:56 -0000 Received: (qmail 59662 invoked by uid 1265); 21 May 2004 18:38:38 -0000 Date: 21 May 2004 18:38:38 -0000 Message-ID: <20040521183838.59660.qmail@minotaur.apache.org> From: taylor@apache.org To: jakarta-jetspeed-2-cvs@apache.org Subject: cvs commit: jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/login login.jsp X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N taylor 2004/05/21 11:38:38 Modified: applications/security/src/webapp/WEB-INF/security/login login.jsp Log: make ascii Revision Changes Path 1.3 +41 -41 jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/login/login.jsp Index: login.jsp =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/applications/security/src/webapp/WEB-INF/security/login/login.jsp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- login.jsp 13 May 2004 22:56:05 -0000 1.2 +++ login.jsp 21 May 2004 18:38:38 -0000 1.3 @@ -1,41 +1,41 @@ -<%-- -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. ---%> -<%@page import="org.apache.jetspeed.login.LoginConstants" %> - - Login - - <% if ( request.getUserPrincipal() != null ) - { %> - Welcome <%= request.getUserPrincipal().getName() %>
- Logout - <% } - else - { - Integer retryCount = (Integer)request.getSession().getAttribute(LoginConstants.RETRYCOUNT); - if ( retryCount != null ) - { %> -
Invalid username or password (<%=retryCount%>)
- <% } %> -
- Username -
- Password - -
- <% } %> - - - +<%-- +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. +--%> +<%@page import="org.apache.jetspeed.login.LoginConstants" %> + + Login + + <% if ( request.getUserPrincipal() != null ) + { %> + Welcome <%= request.getUserPrincipal().getName() %>
+ Logout + <% } + else + { + Integer retryCount = (Integer)request.getSession().getAttribute(LoginConstants.RETRYCOUNT); + if ( retryCount != null ) + { %> +
Invalid username or password (<%=retryCount%>)
+ <% } %> +
+ Username +
+ Password + +
+ <% } %> + + + --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org