Scott McCrory 20 년 전
부모
커밋
dc31553f2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/acegisecurity/ui/webapp/SiteminderAuthenticationProcessingFilter.java

+ 1 - 1
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 <code>siteminderUsernameHeaderKey</code> value to tell the filter where to greb the "username"
  * value.  You'll typically also set the <code>siteminderPasswordHeaderKey</code> 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! 
  * </P>
  * 
  * <P>