Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
This commit is contained in:
commit
556af80432
2 changed files with 31 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
|
||||
* logged in and not self-editing -- then give it a short expiration
|
||||
* interval.
|
||||
* logged in -- then give it a short expiration interval.
|
||||
*/
|
||||
private void limitTrivialSession(ServletRequest servletRequest) {
|
||||
if (!(servletRequest instanceof HttpServletRequest)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue