Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop

This commit is contained in:
tworrall 2013-04-22 15:09:47 -04:00
commit 556af80432
2 changed files with 31 additions and 2 deletions

View file

@ -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)) {