Working Client Certificate authentication.
[lgpl/argeo-commons.git] / security / plugins / org.argeo.security.ui.rap / src / main / java / org / argeo / security / ui / rap / SecureEntryPoint.java
index 2339716874598d0d142b9431ba91e7a45afbdc8f..0dd0d173b0067c95ee8d0fc3d3a13fcd89a17e21 100644 (file)
@@ -70,6 +70,7 @@ public class SecureEntryPoint implements IEntryPoint {
                // around too long
                RWT.getRequest().getSession().setMaxInactiveInterval(loginTimeout);
 
+               // Try to load security context thanks to the session processing filter
                HttpServletRequest httpRequest = RWT.getRequest();
                HttpSession httpSession = httpRequest.getSession();
                Object contextFromSessionObject = httpSession
@@ -140,7 +141,7 @@ public class SecureEntryPoint implements IEntryPoint {
                                        return new Integer(result);
                                }
                        });
-                       //logout(loginContext, username);
+                       // logout(loginContext, username);
                } finally {
                        display.dispose();
                }