Move JCR to another repository
[lgpl/argeo-commons.git] / swt / org.argeo.cms.e4 / src / org / argeo / cms / e4 / addons / AuthAddon.java
index e84b18c0b164828251602d4c2e8ecc139e516d68..37f1c0233d27eb7b7ad93974cd2988e53d174ea6 100644 (file)
@@ -96,6 +96,8 @@ public class AuthAddon {
                } catch (Exception e) {
                        throw new CmsException("Cannot log out", e);
                }
+               
+               // FIXME make it more generic
                HttpServletRequest request = org.argeo.eclipse.ui.specific.UiContext.getHttpRequest();
                if (request != null)
                        request.getSession().setMaxInactiveInterval(0);