Bläddra i källkod

Fix javadoc typo for invalid session strategy

Eleftheria Stein 6 år sedan
förälder
incheckning
9f0986a093

+ 1 - 1
web/src/main/java/org/springframework/security/web/session/SessionManagementFilter.java

@@ -139,7 +139,7 @@ public class SessionManagementFilter extends GenericFilterBean {
 
 
 	/**
 	/**
 	 * Sets the strategy which will be invoked instead of allowing the filter chain to
 	 * Sets the strategy which will be invoked instead of allowing the filter chain to
-	 * prceed, if the user agent requests an invalid session Id. If the property is not
+	 * proceed, if the user agent requests an invalid session ID. If the property is not
 	 * set, no action will be taken.
 	 * set, no action will be taken.
 	 *
 	 *
 	 * @param invalidSessionStrategy the strategy to invoke. Typically a
 	 * @param invalidSessionStrategy the strategy to invoke. Typically a