Fix javadoc typo for invalid session strategy
This commit is contained in:
parent
91bf1c782a
commit
9f0986a093
|
@ -139,7 +139,7 @@ public class SessionManagementFilter extends GenericFilterBean {
|
|||
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
* @param invalidSessionStrategy the strategy to invoke. Typically a
|
||||
|
|
Loading…
Reference in New Issue