This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See http://git.chorem.org/bow.git commit 9be947e4ba80e5ca567964645b2fa877e762e4ba Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Mon Jul 20 12:58:31 2015 +0200 add comment about proxy.logout() --- bow-ui/src/main/java/org/chorem/bow/BowSession.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bow-ui/src/main/java/org/chorem/bow/BowSession.java b/bow-ui/src/main/java/org/chorem/bow/BowSession.java index 3666b2e..a45bd5d 100644 --- a/bow-ui/src/main/java/org/chorem/bow/BowSession.java +++ b/bow-ui/src/main/java/org/chorem/bow/BowSession.java @@ -69,6 +69,10 @@ public class BowSession implements Serializable { public static void invalidate(Map<String, Object> session) { session.remove(BOW_SESSION_KEY); + // it's not necessary to logout user on proxy. Wikitty reuse old token + // if necessary, no database leak with many token + // not necessary, because when user use scriptlet add, auto-login is done + // with no logout } public static BowSession getBowSession(HttpServletRequest request) { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.