Fix the comment
This commit is contained in:
parent
86b6555efe
commit
df1839cea5
1 changed files with 1 additions and 2 deletions
|
@ -43,8 +43,7 @@ public class SessionTimeoutLimitingFilter implements Filter {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this request has a trivial session object -- that is, the user is not
|
* If this request has a trivial session object -- that is, the user is not
|
||||||
* logged in and not self-editing -- then give it a short expiration
|
* logged in -- then give it a short expiration interval.
|
||||||
* interval.
|
|
||||||
*/
|
*/
|
||||||
private void limitTrivialSession(ServletRequest servletRequest) {
|
private void limitTrivialSession(ServletRequest servletRequest) {
|
||||||
if (!(servletRequest instanceof HttpServletRequest)) {
|
if (!(servletRequest instanceof HttpServletRequest)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue