Commit Acegi Security, projet ok mais des bugs dans la securite (a voir)

This commit is contained in:
Nicolas Michard
2008-01-27 19:53:45 +00:00
parent fb9b5349d2
commit 41f2c4d54a
15 changed files with 265 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<%@ page import="org.acegisecurity.context.SecurityContextHolder" %>
<html>
<head></head>
<body>
<h1>Welcome: <%= SecurityContextHolder.getContext().getAuthentication().getName() %></h1>
<p><a href="../../">Home</a>
<p><a href="../../j_acegi_logout">Logout</a>
</body>
</html>