Skip to content

Commit

Permalink
note about logout and UserHistory added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Mar 28, 2016
1 parent 308c529 commit de802c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java
Expand Up @@ -1664,6 +1664,10 @@ private boolean doLogout(HttpServletRequest request, HttpServletResponse respons
Resource res = null;
doLogAccess(request, response, status, res, trackInfo);

if (successfulLogout) {
// TODO: Add logout to org.wyona.security.core.UserHistory
}

return successfulLogout;
} catch (Exception e) {
log.error(e, e);
Expand Down

0 comments on commit de802c7

Please sign in to comment.