From dc31553f2ab19a42911cece32669ce75f80dae3f Mon Sep 17 00:00:00 2001 From: Scott McCrory Date: Mon, 25 Jul 2005 22:49:05 +0000 Subject: [PATCH] Syntax --- .../ui/webapp/SiteminderAuthenticationProcessingFilter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/acegisecurity/ui/webapp/SiteminderAuthenticationProcessingFilter.java b/core/src/main/java/org/acegisecurity/ui/webapp/SiteminderAuthenticationProcessingFilter.java index 5a036b0bb5..f5f1a0c8ed 100644 --- a/core/src/main/java/org/acegisecurity/ui/webapp/SiteminderAuthenticationProcessingFilter.java +++ b/core/src/main/java/org/acegisecurity/ui/webapp/SiteminderAuthenticationProcessingFilter.java @@ -32,7 +32,7 @@ import net.sf.acegisecurity.ui.WebAuthenticationDetails; * getting to this filter, so we're really only using it for identification and not authentication. * Set the siteminderUsernameHeaderKey value to tell the filter where to greb the "username" * value. You'll typically also set the siteminderPasswordHeaderKey to the same header key. - * Just remember to modify your AuthenticationDAO so that it can handle identity-only requests! * + * Just remember to modify your AuthenticationDAO so that it can handle identity-only requests! *

* *