Acegi security / Login-Logout and remember ok (next step: dynamical menu and user info when authentified)

This commit is contained in:
Nicolas Michard
2008-01-28 15:34:05 +00:00
parent 69a9838ee7
commit 2162432fc0
7 changed files with 55 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<body>
File doesn't exist.
</body>
</html>

View File

@@ -0,0 +1,10 @@
<%@ include file="/WEB-INF/decorators/include.jsp"%>
<html>
<head></head>
<body>
Error : page not found
</body>
</html>