Skip to content

Commit

Permalink
session is not mandatory for SessionsDataServlet
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Jul 4, 2023
1 parent 169b533 commit f86a2e8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,8 @@ private User getCurrentUser(HttpServletRequest request, Session currentSession)
}
return currentUser;
}

protected boolean isSessionRequired() {
return false;
}
}

0 comments on commit f86a2e8

Please sign in to comment.