static resources project now eclipse web project

This commit is contained in:
eugenp
2014-11-09 20:13:33 +02:00
parent 2c9fa6a010
commit 5ba5027e50
3 changed files with 5 additions and 7 deletions
@@ -17,7 +17,6 @@ public class MySimpleUrlAuthenticationSuccessHandler implements AuthenticationSu
private RedirectStrategy redirectStrategy = new DefaultRedirectStrategy();
@Override
public void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication) throws IOException {
handle(request, response, authentication);
HttpSession session = request.getSession(false);