From: maxcooper Date: Mon, 26 Jan 2004 10:55:37 +0000 (+0000) Subject: added rememberme field name X-Git-Tag: rel-2_0-alpha1~6 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ece767ab6482d972fe8a81b8217b8c6b357d1d49;p=securityfilter.git added rememberme field name --- diff --git a/src/example/org/securityfilter/example/Constants.java b/src/example/org/securityfilter/example/Constants.java index e3f6f8c..d94e12e 100644 --- a/src/example/org/securityfilter/example/Constants.java +++ b/src/example/org/securityfilter/example/Constants.java @@ -1,7 +1,7 @@ /* - * $Header: /cvsroot/securityfilter/securityfilter/src/example/org/securityfilter/example/Constants.java,v 1.4 2003/10/25 10:49:04 maxcooper Exp $ - * $Revision: 1.4 $ - * $Date: 2003/10/25 10:49:04 $ + * $Header: /cvsroot/securityfilter/securityfilter/src/example/org/securityfilter/example/Constants.java,v 1.5 2004/01/26 10:55:37 maxcooper Exp $ + * $Revision: 1.5 $ + * $Date: 2004/01/26 10:55:37 $ * * ==================================================================== * The SecurityFilter Software License, Version 1.1 @@ -59,7 +59,7 @@ package org.securityfilter.example; * Constants - constants for the example applications to facilitate testing * * @author Max Cooper (max@maxcooper.com) - * @version $Revision: 1.4 $ $Date: 2003/10/25 10:49:04 $ + * @version $Revision: 1.5 $ $Date: 2004/01/26 10:55:37 $ */ public interface Constants { @@ -82,6 +82,7 @@ public interface Constants { public static final String LOGIN_FORM_ACTION = "j_security_check"; public static final String LOGIN_USERNAME_FIELD = "j_username"; public static final String LOGIN_PASSWORD_FIELD = "j_password"; + public static final String LOGIN_REMEMBERME_FIELD = "j_rememberme"; // secure page constants public static final String SECURE_TITLE = COMMON_TITLE_BASE + "Secure Page";